Class: Aws::Types::MovSettings
- Inherits:
-
Object
- Object
- Aws::Types::MovSettings
- 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.
-
#clap_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute clap_atom.
-
#cslg_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute cslg_atom.
-
#mpeg_2_four_cc_control ⇒ "XDCAM", "MPEG"
Returns the value of attribute mpeg_2_four_cc_control.
-
#padding_control ⇒ "OMNEON", "NONE"
Returns the value of attribute padding_control.
-
#reference ⇒ "SELF_CONTAINED", "EXTERNAL"
Returns the value of attribute reference.
Instance Attribute Details
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def audio_duration @audio_duration end |
#clap_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute clap_atom.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def clap_atom @clap_atom end |
#cslg_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute cslg_atom.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def cslg_atom @cslg_atom end |
#mpeg_2_four_cc_control ⇒ "XDCAM", "MPEG"
Returns the value of attribute mpeg_2_four_cc_control.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def mpeg_2_four_cc_control @mpeg_2_four_cc_control end |
#padding_control ⇒ "OMNEON", "NONE"
Returns the value of attribute padding_control.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def padding_control @padding_control end |
#reference ⇒ "SELF_CONTAINED", "EXTERNAL"
Returns the value of attribute reference.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def reference @reference end |