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


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

def absent_input_audio_behavior
  @absent_input_audio_behavior
end

#arib"DISABLED", "ENABLED"

Returns the value of attribute arib.

Returns:

  • ("DISABLED", "ENABLED")


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

def arib
  @arib
end

#audio_buffer_model"ATSC", "DVB"

Returns the value of attribute audio_buffer_model.

Returns:

  • ("ATSC", "DVB")


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

def audio_buffer_model
  @audio_buffer_model
end

#audio_frames_per_pes::Integer

Returns the value of attribute audio_frames_per_pes.

Returns:

  • (::Integer)


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

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


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

def audio_stream_type
  @audio_stream_type
end

#cc_descriptor"DISABLED", "ENABLED"

Returns the value of attribute cc_descriptor.

Returns:

  • ("DISABLED", "ENABLED")


5587
5588
5589
# File 'sig/types.rbs', line 5587

def cc_descriptor
  @cc_descriptor
end

#ebif"NONE", "PASSTHROUGH"

Returns the value of attribute ebif.

Returns:

  • ("NONE", "PASSTHROUGH")


5588
5589
5590
# File 'sig/types.rbs', line 5588

def ebif
  @ebif
end

#es_rate_in_pes"EXCLUDE", "INCLUDE"

Returns the value of attribute es_rate_in_pes.

Returns:

  • ("EXCLUDE", "INCLUDE")


5589
5590
5591
# File 'sig/types.rbs', line 5589

def es_rate_in_pes
  @es_rate_in_pes
end

#klv"NONE", "PASSTHROUGH"

Returns the value of attribute klv.

Returns:

  • ("NONE", "PASSTHROUGH")


5590
5591
5592
# File 'sig/types.rbs', line 5590

def klv
  @klv
end

#nielsen_id_3_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute nielsen_id_3_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


5591
5592
5593
# File 'sig/types.rbs', line 5591

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


5592
5593
5594
# File 'sig/types.rbs', line 5592

def pcr_control
  @pcr_control
end

#pcr_period::Integer

Returns the value of attribute pcr_period.

Returns:

  • (::Integer)


5593
5594
5595
# File 'sig/types.rbs', line 5593

def pcr_period
  @pcr_period
end

#scte_35_control"NONE", ...

Returns the value of attribute scte_35_control.

Returns:

  • ("NONE", "PASSTHROUGH", "SCTE_35_WITHOUT_IDR")


5594
5595
5596
# File 'sig/types.rbs', line 5594

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)


5595
5596
5597
# File 'sig/types.rbs', line 5595

def scte_35_preroll_pullup_milliseconds
  @scte_35_preroll_pullup_milliseconds
end