Class: Aws::Types::MxfSettings
- Inherits:
-
Object
- Object
- Aws::Types::MxfSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#afd_signaling ⇒ "NO_COPY", "COPY_FROM_VIDEO"
Returns the value of attribute afd_signaling.
-
#profile ⇒ "D_10", ...
Returns the value of attribute profile.
-
#uncompressed_audio_wrapping ⇒ "AUTO", "AES3"
Returns the value of attribute uncompressed_audio_wrapping.
-
#xavc_profile_settings ⇒ Types::MxfXavcProfileSettings
Returns the value of attribute xavc_profile_settings.
Instance Attribute Details
#afd_signaling ⇒ "NO_COPY", "COPY_FROM_VIDEO"
Returns the value of attribute afd_signaling.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def afd_signaling @afd_signaling end |
#profile ⇒ "D_10", ...
Returns the value of attribute profile.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def profile @profile end |
#uncompressed_audio_wrapping ⇒ "AUTO", "AES3"
Returns the value of attribute uncompressed_audio_wrapping.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def uncompressed_audio_wrapping @uncompressed_audio_wrapping end |
#xavc_profile_settings ⇒ Types::MxfXavcProfileSettings
Returns the value of attribute xavc_profile_settings.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def xavc_profile_settings @xavc_profile_settings end |