Class: Aws::Types::Scte20SourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::Scte20SourceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#convert_608_to_708 ⇒ "DISABLED", "UPCONVERT"
Returns the value of attribute convert_608_to_708.
-
#source_608_channel_number ⇒ ::Integer
Returns the value of attribute source_608_channel_number.
Instance Attribute Details
#convert_608_to_708 ⇒ "DISABLED", "UPCONVERT"
Returns the value of attribute convert_608_to_708.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def convert_608_to_708 @convert_608_to_708 end |
#source_608_channel_number ⇒ ::Integer
Returns the value of attribute source_608_channel_number.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def source_608_channel_number @source_608_channel_number end |