Class: Aws::Types::CmfcSettings
- Inherits:
-
Object
- Object
- Aws::Types::CmfcSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
-
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
-
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
-
#audio_track_type ⇒ "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", ...
Returns the value of attribute audio_track_type.
-
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
-
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
-
#descriptive_video_service_flag ⇒ "DONT_FLAG", "FLAG"
Returns the value of attribute descriptive_video_service_flag.
-
#i_frame_only_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute i_frame_only_manifest.
-
#klv_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute klv_metadata.
-
#manifest_metadata_signaling ⇒ "ENABLED", "DISABLED"
Returns the value of attribute manifest_metadata_signaling.
-
#scte_35_esam ⇒ "INSERT", "NONE"
Returns the value of attribute scte_35_esam.
-
#scte_35_source ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute scte_35_source.
-
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
-
#timed_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute timed_metadata.
-
#timed_metadata_box_version ⇒ "VERSION_0", "VERSION_1"
Returns the value of attribute timed_metadata_box_version.
-
#timed_metadata_scheme_id_uri ⇒ ::String
Returns the value of attribute timed_metadata_scheme_id_uri.
-
#timed_metadata_value ⇒ ::String
Returns the value of attribute timed_metadata_value.
Instance Attribute Details
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
448 449 450 |
# File 'sig/types.rbs', line 448 def audio_duration @audio_duration end |
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def audio_group_id @audio_group_id end |
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
450 451 452 |
# File 'sig/types.rbs', line 450 def audio_rendition_sets @audio_rendition_sets end |
#audio_track_type ⇒ "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", ...
Returns the value of attribute audio_track_type.
451 452 453 |
# File 'sig/types.rbs', line 451 def audio_track_type @audio_track_type end |
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
452 453 454 |
# File 'sig/types.rbs', line 452 def c2pa_manifest @c2pa_manifest end |
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
453 454 455 |
# File 'sig/types.rbs', line 453 def certificate_secret @certificate_secret end |
#descriptive_video_service_flag ⇒ "DONT_FLAG", "FLAG"
Returns the value of attribute descriptive_video_service_flag.
454 455 456 |
# File 'sig/types.rbs', line 454 def descriptive_video_service_flag @descriptive_video_service_flag end |
#i_frame_only_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute i_frame_only_manifest.
455 456 457 |
# File 'sig/types.rbs', line 455 def i_frame_only_manifest @i_frame_only_manifest end |
#klv_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute klv_metadata.
456 457 458 |
# File 'sig/types.rbs', line 456 def @klv_metadata end |
#manifest_metadata_signaling ⇒ "ENABLED", "DISABLED"
Returns the value of attribute manifest_metadata_signaling.
457 458 459 |
# File 'sig/types.rbs', line 457 def @manifest_metadata_signaling end |
#scte_35_esam ⇒ "INSERT", "NONE"
Returns the value of attribute scte_35_esam.
458 459 460 |
# File 'sig/types.rbs', line 458 def scte_35_esam @scte_35_esam end |
#scte_35_source ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute scte_35_source.
459 460 461 |
# File 'sig/types.rbs', line 459 def scte_35_source @scte_35_source end |
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
460 461 462 |
# File 'sig/types.rbs', line 460 def signing_kms_key @signing_kms_key end |
#timed_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute timed_metadata.
461 462 463 |
# File 'sig/types.rbs', line 461 def @timed_metadata end |
#timed_metadata_box_version ⇒ "VERSION_0", "VERSION_1"
Returns the value of attribute timed_metadata_box_version.
462 463 464 |
# File 'sig/types.rbs', line 462 def @timed_metadata_box_version end |
#timed_metadata_scheme_id_uri ⇒ ::String
Returns the value of attribute timed_metadata_scheme_id_uri.
463 464 465 |
# File 'sig/types.rbs', line 463 def @timed_metadata_scheme_id_uri end |
#timed_metadata_value ⇒ ::String
Returns the value of attribute timed_metadata_value.
464 465 466 |
# File 'sig/types.rbs', line 464 def @timed_metadata_value end |