Class: Aws::Types::FileSourceSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_rate_limit"ENABLED", "DISABLED"

Returns the value of attribute byte_rate_limit.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • ("UPCONVERT", "DISABLED")


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.

Returns:

  • ("ENABLED", "DISABLED")


968
969
970
# File 'sig/types.rbs', line 968

def convert_paint_to_pop
  @convert_paint_to_pop
end

#framerateTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("SECONDS", "MILLISECONDS")


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.

Returns:

  • ("UPCONVERT", "DISABLED")


973
974
975
# File 'sig/types.rbs', line 973

def upconvert_stl_to_teletext
  @upconvert_stl_to_teletext
end