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")


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.

Returns:

  • ("UPCONVERT", "DISABLED")


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.

Returns:

  • ("ENABLED", "DISABLED")


989
990
991
# File 'sig/types.rbs', line 989

def convert_paint_to_pop
  @convert_paint_to_pop
end

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

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("SECONDS", "MILLISECONDS")


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.

Returns:

  • ("UPCONVERT", "DISABLED")


994
995
996
# File 'sig/types.rbs', line 994

def upconvert_stl_to_teletext
  @upconvert_stl_to_teletext
end