Class: Aws::Types::FileSourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::FileSourceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_rate_limit ⇒ "ENABLED", "DISABLED"
Returns the value of attribute byte_rate_limit.
-
#convert_608_to_708 ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute convert_608_to_708.
-
#convert_paint_to_pop ⇒ "ENABLED", "DISABLED"
Returns the value of attribute convert_paint_to_pop.
-
#framerate ⇒ Types::CaptionSourceFramerate
Returns the value of attribute framerate.
-
#source_file ⇒ ::String
Returns the value of attribute source_file.
-
#time_delta ⇒ ::Integer
Returns the value of attribute time_delta.
-
#time_delta_units ⇒ "SECONDS", "MILLISECONDS"
Returns the value of attribute time_delta_units.
-
#upconvert_stl_to_teletext ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute upconvert_stl_to_teletext.
Instance Attribute Details
#byte_rate_limit ⇒ "ENABLED", "DISABLED"
Returns the value of attribute byte_rate_limit.
966 967 968 |
# File 'sig/types.rbs', line 966 def byte_rate_limit @byte_rate_limit end |
#convert_608_to_708 ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute convert_608_to_708.
967 968 969 |
# File 'sig/types.rbs', line 967 def convert_608_to_708 @convert_608_to_708 end |
#convert_paint_to_pop ⇒ "ENABLED", "DISABLED"
Returns the value of attribute convert_paint_to_pop.
968 969 970 |
# File 'sig/types.rbs', line 968 def convert_paint_to_pop @convert_paint_to_pop end |
#framerate ⇒ Types::CaptionSourceFramerate
Returns the value of attribute framerate.
969 970 971 |
# File 'sig/types.rbs', line 969 def framerate @framerate end |
#source_file ⇒ ::String
Returns the value of attribute source_file.
970 971 972 |
# File 'sig/types.rbs', line 970 def source_file @source_file end |
#time_delta ⇒ ::Integer
Returns the value of attribute time_delta.
971 972 973 |
# File 'sig/types.rbs', line 971 def time_delta @time_delta end |
#time_delta_units ⇒ "SECONDS", "MILLISECONDS"
Returns the value of attribute time_delta_units.
972 973 974 |
# File 'sig/types.rbs', line 972 def time_delta_units @time_delta_units end |
#upconvert_stl_to_teletext ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute upconvert_stl_to_teletext.
973 974 975 |
# File 'sig/types.rbs', line 973 def upconvert_stl_to_teletext @upconvert_stl_to_teletext end |