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", ...
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.
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.
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.
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.
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.
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.
5587 5588 5589 |
# File 'sig/types.rbs', line 5587 def cc_descriptor @cc_descriptor end |
#ebif ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute ebif.
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.
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.
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.
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.
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.
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.
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.
5595 5596 5597 |
# File 'sig/types.rbs', line 5595 def scte_35_preroll_pullup_milliseconds @scte_35_preroll_pullup_milliseconds end |