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.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def afd_signaling @afd_signaling end |
#profile ⇒ "D_10", ...
Returns the value of attribute profile.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def profile @profile end |
#uncompressed_audio_wrapping ⇒ "AUTO", "AES3"
Returns the value of attribute uncompressed_audio_wrapping.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def uncompressed_audio_wrapping @uncompressed_audio_wrapping end |
#xavc_profile_settings ⇒ Types::MxfXavcProfileSettings
Returns the value of attribute xavc_profile_settings.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def xavc_profile_settings @xavc_profile_settings end |