Class: Aws::Types::MpdSettings
- Inherits:
-
Object
- Object
- Aws::Types::MpdSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessibility_caption_hints ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute accessibility_caption_hints.
-
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
-
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
-
#caption_container_type ⇒ "RAW", "FRAGMENTED_MP4"
Returns the value of attribute caption_container_type.
-
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
-
#klv_metadata ⇒ "NONE", "PASSTHROUGH"
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
#accessibility_caption_hints ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute accessibility_caption_hints.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def accessibility_caption_hints @accessibility_caption_hints end |
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def audio_duration @audio_duration end |
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def c2pa_manifest @c2pa_manifest end |
#caption_container_type ⇒ "RAW", "FRAGMENTED_MP4"
Returns the value of attribute caption_container_type.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def caption_container_type @caption_container_type end |
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def certificate_secret @certificate_secret end |
#klv_metadata ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute klv_metadata.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def @klv_metadata end |
#manifest_metadata_signaling ⇒ "ENABLED", "DISABLED"
Returns the value of attribute manifest_metadata_signaling.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def @manifest_metadata_signaling end |
#scte_35_esam ⇒ "INSERT", "NONE"
Returns the value of attribute scte_35_esam.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def scte_35_esam @scte_35_esam end |
#scte_35_source ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute scte_35_source.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def scte_35_source @scte_35_source end |
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def signing_kms_key @signing_kms_key end |
#timed_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute timed_metadata.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def @timed_metadata end |
#timed_metadata_box_version ⇒ "VERSION_0", "VERSION_1"
Returns the value of attribute timed_metadata_box_version.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def @timed_metadata_box_version end |
#timed_metadata_scheme_id_uri ⇒ ::String
Returns the value of attribute timed_metadata_scheme_id_uri.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def @timed_metadata_scheme_id_uri end |
#timed_metadata_value ⇒ ::String
Returns the value of attribute timed_metadata_value.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def @timed_metadata_value end |