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.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def audio_duration @audio_duration end |
#c2pa_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute c2pa_manifest.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def c2pa_manifest @c2pa_manifest end |
#certificate_secret ⇒ ::String
Returns the value of attribute certificate_secret.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def certificate_secret @certificate_secret end |
#cslg_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute cslg_atom.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def cslg_atom @cslg_atom end |
#ctts_version ⇒ ::Integer
Returns the value of attribute ctts_version.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def ctts_version @ctts_version end |
#free_space_box ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute free_space_box.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def free_space_box @free_space_box end |
#moov_placement ⇒ "PROGRESSIVE_DOWNLOAD", "NORMAL"
Returns the value of attribute moov_placement.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def moov_placement @moov_placement end |
#mp_4_major_brand ⇒ ::String
Returns the value of attribute mp_4_major_brand.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def mp_4_major_brand @mp_4_major_brand end |
#signing_kms_key ⇒ ::String
Returns the value of attribute signing_kms_key.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def signing_kms_key @signing_kms_key end |