Class: Aws::Types::AncillarySourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::AncillarySourceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#convert_608_to_708 ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute convert_608_to_708.
-
#source_ancillary_channel_number ⇒ ::Integer
Returns the value of attribute source_ancillary_channel_number.
-
#terminate_captions ⇒ "END_OF_INPUT", "DISABLED"
Returns the value of attribute terminate_captions.
Instance Attribute Details
#convert_608_to_708 ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute convert_608_to_708.
84 85 86 |
# File 'sig/types.rbs', line 84 def convert_608_to_708 @convert_608_to_708 end |
#source_ancillary_channel_number ⇒ ::Integer
Returns the value of attribute source_ancillary_channel_number.
85 86 87 |
# File 'sig/types.rbs', line 85 def source_ancillary_channel_number @source_ancillary_channel_number end |
#terminate_captions ⇒ "END_OF_INPUT", "DISABLED"
Returns the value of attribute terminate_captions.
86 87 88 |
# File 'sig/types.rbs', line 86 def terminate_captions @terminate_captions end |