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


1251
1252
1253
# File 'sig/types.rbs', line 1251

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


1252
1253
1254
# File 'sig/types.rbs', line 1252

def scte_20_detection
  @scte_20_detection
end

#source_608_channel_number::Integer

Returns the value of attribute source_608_channel_number.

Returns:

  • (::Integer)


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

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)


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

def source_608_track_number
  @source_608_track_number
end