Class: Aws::Types::Mp4Settings
- Inherits:
-
Object
- Object
- Aws::Types::Mp4Settings
- 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.
-
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
-
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
-
#cslg_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute cslg_atom.
-
#ctts_version ⇒ ::Integer
Returns the value of attribute ctts_version.
-
#free_space_box ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute free_space_box.
-
#moov_placement ⇒ "PROGRESSIVE_DOWNLOAD", "NORMAL"
Returns the value of attribute moov_placement.
-
#mp_4_major_brand ⇒ ::String
Returns the value of attribute mp_4_major_brand.
-
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
Instance Attribute Details
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def audio_duration @audio_duration end |
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def c2pa_manifest @c2pa_manifest end |
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def certificate_secret @certificate_secret end |
#cslg_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute cslg_atom.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def cslg_atom @cslg_atom end |
#ctts_version ⇒ ::Integer
Returns the value of attribute ctts_version.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def ctts_version @ctts_version end |
#free_space_box ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute free_space_box.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def free_space_box @free_space_box end |
#moov_placement ⇒ "PROGRESSIVE_DOWNLOAD", "NORMAL"
Returns the value of attribute moov_placement.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def moov_placement @moov_placement end |
#mp_4_major_brand ⇒ ::String
Returns the value of attribute mp_4_major_brand.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def mp_4_major_brand @mp_4_major_brand end |
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def signing_kms_key @signing_kms_key end |