Class: Aws::Types::MxfXavcProfileSettings
- Inherits:
-
Object
- Object
- Aws::Types::MxfXavcProfileSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_mode ⇒ "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
Returns the value of attribute duration_mode.
-
#max_anc_data_size ⇒ ::Integer
Returns the value of attribute max_anc_data_size.
Instance Attribute Details
#duration_mode ⇒ "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
Returns the value of attribute duration_mode.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def duration_mode @duration_mode end |
#max_anc_data_size ⇒ ::Integer
Returns the value of attribute max_anc_data_size.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def max_anc_data_size @max_anc_data_size end |