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", ...
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.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def accessibility_caption_hints @accessibility_caption_hints end |
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def audio_duration @audio_duration end |
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def c2pa_manifest @c2pa_manifest end |
#caption_container_type ⇒ "RAW", "FRAGMENTED_MP4"
Returns the value of attribute caption_container_type.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def caption_container_type @caption_container_type end |
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def certificate_secret @certificate_secret end |
#klv_metadata ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute klv_metadata.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def @klv_metadata end |
#manifest_metadata_signaling ⇒ "ENABLED", "DISABLED"
Returns the value of attribute manifest_metadata_signaling.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def @manifest_metadata_signaling end |
#scte_35_esam ⇒ "INSERT", "NONE"
Returns the value of attribute scte_35_esam.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def scte_35_esam @scte_35_esam end |
#scte_35_source ⇒ "PASSTHROUGH", ...
Returns the value of attribute scte_35_source.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def scte_35_source @scte_35_source end |
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def signing_kms_key @signing_kms_key end |
#timed_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute timed_metadata.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def @timed_metadata end |
#timed_metadata_box_version ⇒ "VERSION_0", "VERSION_1"
Returns the value of attribute timed_metadata_box_version.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def @timed_metadata_box_version end |
#timed_metadata_scheme_id_uri ⇒ ::String
Returns the value of attribute timed_metadata_scheme_id_uri.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def @timed_metadata_scheme_id_uri end |
#timed_metadata_value ⇒ ::String
Returns the value of attribute timed_metadata_value.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def @timed_metadata_value end |