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.
987 988 989 |
# File 'sig/types.rbs', line 987 def byte_rate_limit @byte_rate_limit end |
#convert_608_to_708 ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute convert_608_to_708.
988 989 990 |
# File 'sig/types.rbs', line 988 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.
989 990 991 |
# File 'sig/types.rbs', line 989 def convert_paint_to_pop @convert_paint_to_pop end |
#framerate ⇒ Types::CaptionSourceFramerate
Returns the value of attribute framerate.
990 991 992 |
# File 'sig/types.rbs', line 990 def framerate @framerate end |
#source_file ⇒ ::String
Returns the value of attribute source_file.
991 992 993 |
# File 'sig/types.rbs', line 991 def source_file @source_file end |
#time_delta ⇒ ::Integer
Returns the value of attribute time_delta.
992 993 994 |
# File 'sig/types.rbs', line 992 def time_delta @time_delta end |
#time_delta_units ⇒ "SECONDS", "MILLISECONDS"
Returns the value of attribute time_delta_units.
993 994 995 |
# File 'sig/types.rbs', line 993 def time_delta_units @time_delta_units end |
#upconvert_stl_to_teletext ⇒ "UPCONVERT", "DISABLED"
Returns the value of attribute upconvert_stl_to_teletext.
994 995 996 |
# File 'sig/types.rbs', line 994 def upconvert_stl_to_teletext @upconvert_stl_to_teletext end |