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"DISABLED", "UPCONVERT"

Returns the value of attribute convert_608_to_708.

Returns:

  • ("DISABLED", "UPCONVERT")


1254
1255
1256
# File 'sig/types.rbs', line 1254

def convert_608_to_708
  @convert_608_to_708
end

#scte_20_detection"AUTO", "OFF"

Returns the value of attribute scte_20_detection.

Returns:

  • ("AUTO", "OFF")


1255
1256
1257
# File 'sig/types.rbs', line 1255

def scte_20_detection
  @scte_20_detection
end

#source_608_channel_number::Integer

Returns the value of attribute source_608_channel_number.

Returns:

  • (::Integer)


1256
1257
1258
# File 'sig/types.rbs', line 1256

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)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def source_608_track_number
  @source_608_track_number
end