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", ...
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.
456 457 458 |
# File 'sig/types.rbs', line 456 def audio_duration @audio_duration end |
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
457 458 459 |
# File 'sig/types.rbs', line 457 def audio_group_id @audio_group_id end |
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
458 459 460 |
# File 'sig/types.rbs', line 458 def audio_rendition_sets @audio_rendition_sets end |
#audio_track_type ⇒ "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", ...
Returns the value of attribute audio_track_type.
459 460 461 |
# File 'sig/types.rbs', line 459 def audio_track_type @audio_track_type end |
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
460 461 462 |
# File 'sig/types.rbs', line 460 def c2pa_manifest @c2pa_manifest end |
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
461 462 463 |
# File 'sig/types.rbs', line 461 def certificate_secret @certificate_secret end |
#descriptive_video_service_flag ⇒ "DONT_FLAG", "FLAG"
Returns the value of attribute descriptive_video_service_flag.
462 463 464 |
# File 'sig/types.rbs', line 462 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.
463 464 465 |
# File 'sig/types.rbs', line 463 def i_frame_only_manifest @i_frame_only_manifest end |
#klv_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute klv_metadata.
464 465 466 |
# File 'sig/types.rbs', line 464 def @klv_metadata end |
#manifest_metadata_signaling ⇒ "ENABLED", "DISABLED"
Returns the value of attribute manifest_metadata_signaling.
465 466 467 |
# File 'sig/types.rbs', line 465 def @manifest_metadata_signaling end |
#scte_35_esam ⇒ "INSERT", "NONE"
Returns the value of attribute scte_35_esam.
466 467 468 |
# File 'sig/types.rbs', line 466 def scte_35_esam @scte_35_esam end |
#scte_35_source ⇒ "PASSTHROUGH", ...
Returns the value of attribute scte_35_source.
467 468 469 |
# File 'sig/types.rbs', line 467 def scte_35_source @scte_35_source end |
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
468 469 470 |
# File 'sig/types.rbs', line 468 def signing_kms_key @signing_kms_key end |
#timed_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute timed_metadata.
469 470 471 |
# File 'sig/types.rbs', line 469 def @timed_metadata end |
#timed_metadata_box_version ⇒ "VERSION_0", "VERSION_1"
Returns the value of attribute timed_metadata_box_version.
470 471 472 |
# File 'sig/types.rbs', line 470 def @timed_metadata_box_version end |
#timed_metadata_scheme_id_uri ⇒ ::String
Returns the value of attribute timed_metadata_scheme_id_uri.
471 472 473 |
# File 'sig/types.rbs', line 471 def @timed_metadata_scheme_id_uri end |
#timed_metadata_value ⇒ ::String
Returns the value of attribute timed_metadata_value.
472 473 474 |
# File 'sig/types.rbs', line 472 def @timed_metadata_value end |