Class: Aws::Types::MultiplexM2tsSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absent_input_audio_behavior"DROP", "ENCODE_SILENCE"

Returns the value of attribute absent_input_audio_behavior.

Returns:

  • ("DROP", "ENCODE_SILENCE")


5572
5573
5574
# File 'sig/types.rbs', line 5572

def absent_input_audio_behavior
  @absent_input_audio_behavior
end

#arib"DISABLED", "ENABLED"

Returns the value of attribute arib.

Returns:

  • ("DISABLED", "ENABLED")


5573
5574
5575
# File 'sig/types.rbs', line 5573

def arib
  @arib
end

#audio_buffer_model"ATSC", "DVB"

Returns the value of attribute audio_buffer_model.

Returns:

  • ("ATSC", "DVB")


5574
5575
5576
# File 'sig/types.rbs', line 5574

def audio_buffer_model
  @audio_buffer_model
end

#audio_frames_per_pes::Integer

Returns the value of attribute audio_frames_per_pes.

Returns:

  • (::Integer)


5575
5576
5577
# File 'sig/types.rbs', line 5575

def audio_frames_per_pes
  @audio_frames_per_pes
end

#audio_stream_type"ATSC", "DVB"

Returns the value of attribute audio_stream_type.

Returns:

  • ("ATSC", "DVB")


5576
5577
5578
# File 'sig/types.rbs', line 5576

def audio_stream_type
  @audio_stream_type
end

#cc_descriptor"DISABLED", "ENABLED"

Returns the value of attribute cc_descriptor.

Returns:

  • ("DISABLED", "ENABLED")


5577
5578
5579
# File 'sig/types.rbs', line 5577

def cc_descriptor
  @cc_descriptor
end

#ebif"NONE", "PASSTHROUGH"

Returns the value of attribute ebif.

Returns:

  • ("NONE", "PASSTHROUGH")


5578
5579
5580
# File 'sig/types.rbs', line 5578

def ebif
  @ebif
end

#es_rate_in_pes"EXCLUDE", "INCLUDE"

Returns the value of attribute es_rate_in_pes.

Returns:

  • ("EXCLUDE", "INCLUDE")


5579
5580
5581
# File 'sig/types.rbs', line 5579

def es_rate_in_pes
  @es_rate_in_pes
end

#klv"NONE", "PASSTHROUGH"

Returns the value of attribute klv.

Returns:

  • ("NONE", "PASSTHROUGH")


5580
5581
5582
# File 'sig/types.rbs', line 5580

def klv
  @klv
end

#nielsen_id_3_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute nielsen_id_3_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


5581
5582
5583
# File 'sig/types.rbs', line 5581

def nielsen_id_3_behavior
  @nielsen_id_3_behavior
end

#pcr_control"CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET"

Returns the value of attribute pcr_control.

Returns:

  • ("CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET")


5582
5583
5584
# File 'sig/types.rbs', line 5582

def pcr_control
  @pcr_control
end

#pcr_period::Integer

Returns the value of attribute pcr_period.

Returns:

  • (::Integer)


5583
5584
5585
# File 'sig/types.rbs', line 5583

def pcr_period
  @pcr_period
end

#scte_35_control"NONE", "PASSTHROUGH"

Returns the value of attribute scte_35_control.

Returns:

  • ("NONE", "PASSTHROUGH")


5584
5585
5586
# File 'sig/types.rbs', line 5584

def scte_35_control
  @scte_35_control
end

#scte_35_preroll_pullup_milliseconds::Float

Returns the value of attribute scte_35_preroll_pullup_milliseconds.

Returns:

  • (::Float)


5585
5586
5587
# File 'sig/types.rbs', line 5585

def scte_35_preroll_pullup_milliseconds
  @scte_35_preroll_pullup_milliseconds
end