Class: Aws::Types::EmbeddedSourceSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#convert_608_to_708"UPCONVERT", "DISABLED"

Returns the value of attribute convert_608_to_708.

Returns:

  • ("UPCONVERT", "DISABLED")


908
909
910
# File 'sig/types.rbs', line 908

def convert_608_to_708
  @convert_608_to_708
end

#source_608_channel_number::Integer

Returns the value of attribute source_608_channel_number.

Returns:

  • (::Integer)


909
910
911
# File 'sig/types.rbs', line 909

def source_608_channel_number
  @source_608_channel_number
end

#source_608_track_number::Integer

Returns the value of attribute source_608_track_number.

Returns:

  • (::Integer)


910
911
912
# File 'sig/types.rbs', line 910

def source_608_track_number
  @source_608_track_number
end

#terminate_captions"END_OF_INPUT", "DISABLED"

Returns the value of attribute terminate_captions.

Returns:

  • ("END_OF_INPUT", "DISABLED")


911
912
913
# File 'sig/types.rbs', line 911

def terminate_captions
  @terminate_captions
end