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.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def audio_duration @audio_duration end |
#clap_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute clap_atom.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def clap_atom @clap_atom end |
#cslg_atom ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute cslg_atom.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def cslg_atom @cslg_atom end |
#mpeg_2_four_cc_control ⇒ "XDCAM", "MPEG"
Returns the value of attribute mpeg_2_four_cc_control.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def mpeg_2_four_cc_control @mpeg_2_four_cc_control end |
#padding_control ⇒ "OMNEON", "NONE"
Returns the value of attribute padding_control.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def padding_control @padding_control end |
#reference ⇒ "SELF_CONTAINED", "EXTERNAL"
Returns the value of attribute reference.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def reference @reference end |