Class: Aws::Types::MultiplexM2tsSettings
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexM2tsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absent_input_audio_behavior ⇒ "DROP", "ENCODE_SILENCE"
Returns the value of attribute absent_input_audio_behavior.
-
#arib ⇒ "DISABLED", "ENABLED"
Returns the value of attribute arib.
-
#audio_buffer_model ⇒ "ATSC", "DVB"
Returns the value of attribute audio_buffer_model.
-
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
-
#audio_stream_type ⇒ "ATSC", "DVB"
Returns the value of attribute audio_stream_type.
-
#cc_descriptor ⇒ "DISABLED", "ENABLED"
Returns the value of attribute cc_descriptor.
-
#ebif ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute ebif.
-
#es_rate_in_pes ⇒ "EXCLUDE", "INCLUDE"
Returns the value of attribute es_rate_in_pes.
-
#klv ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute klv.
-
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
-
#pcr_control ⇒ "CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET"
Returns the value of attribute pcr_control.
-
#pcr_period ⇒ ::Integer
Returns the value of attribute pcr_period.
-
#scte_35_control ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute scte_35_control.
-
#scte_35_preroll_pullup_milliseconds ⇒ ::Float
Returns the value of attribute scte_35_preroll_pullup_milliseconds.
Instance Attribute Details
#absent_input_audio_behavior ⇒ "DROP", "ENCODE_SILENCE"
Returns the value of attribute absent_input_audio_behavior.
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.
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.
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.
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.
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.
5577 5578 5579 |
# File 'sig/types.rbs', line 5577 def cc_descriptor @cc_descriptor end |
#ebif ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute ebif.
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.
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.
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.
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.
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.
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.
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.
5585 5586 5587 |
# File 'sig/types.rbs', line 5585 def scte_35_preroll_pullup_milliseconds @scte_35_preroll_pullup_milliseconds end |