Class: Aws::Types::EmbeddedSourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::EmbeddedSourceSettings
- 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_608_channel_number ⇒ ::Integer
Returns the value of attribute source_608_channel_number.
-
#source_608_track_number ⇒ ::Integer
Returns the value of attribute source_608_track_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.
908 909 910 |
# File 'sig/types.rbs', line 908 def convert_608_to_708 @convert_608_to_708 end |
#source_608_channel_number ⇒ ::Integer
Returns the value of attribute source_608_channel_number.
909 910 911 |
# File 'sig/types.rbs', line 909 def source_608_channel_number @source_608_channel_number end |
#source_608_track_number ⇒ ::Integer
Returns the value of attribute source_608_track_number.
910 911 912 |
# File 'sig/types.rbs', line 910 def source_608_track_number @source_608_track_number end |
#terminate_captions ⇒ "END_OF_INPUT", "DISABLED"
Returns the value of attribute terminate_captions.
911 912 913 |
# File 'sig/types.rbs', line 911 def terminate_captions @terminate_captions end |