Class: Aws::MediaLive::Types::M3u8Settings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::M3u8Settings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Settings information for the .m3u8 container
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_frames_per_pes ⇒ Integer
The number of audio frames to insert for each PES packet.
-
#audio_pids ⇒ String
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
-
#ecm_pid ⇒ String
This parameter is unused and deprecated.
-
#klv_behavior ⇒ String
If set to passthrough, passes any KLV data from the input source to this output.
-
#klv_data_pids ⇒ String
Packet Identifier (PID) for input source KLV data to this output.
-
#nielsen_id_3_behavior ⇒ String
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
-
#pat_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
-
#pcr_control ⇒ String
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
-
#pcr_period ⇒ Integer
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
-
#pcr_pid ⇒ String
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.
-
#pmt_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
-
#pmt_pid ⇒ String
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
-
#program_num ⇒ Integer
The value of the program number field in the Program Map Table.
-
#scte_35_behavior ⇒ String
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
-
#scte_35_pid ⇒ String
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
-
#timed_metadata_behavior ⇒ String
Set to PASSTHROUGH to enable ID3 metadata insertion.
-
#timed_metadata_pid ⇒ String
Packet Identifier (PID) of the timed metadata stream in the transport stream.
-
#transport_stream_id ⇒ Integer
The value of the transport stream ID field in the Program Map Table.
-
#video_pid ⇒ String
Packet Identifier (PID) of the elementary video stream in the transport stream.
Instance Attribute Details
#audio_frames_per_pes ⇒ Integer
The number of audio frames to insert for each PES packet.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#audio_pids ⇒ String
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#ecm_pid ⇒ String
This parameter is unused and deprecated.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#klv_behavior ⇒ String
If set to passthrough, passes any KLV data from the input source to this output.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#klv_data_pids ⇒ String
Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#nielsen_id_3_behavior ⇒ String
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#pat_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream. A value of \“0\” writes out the PMT once per segment file.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#pcr_control ⇒ String
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#pcr_period ⇒ Integer
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#pcr_pid ⇒ String
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#pmt_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream. A value of \“0\” writes out the PMT once per segment file.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#pmt_pid ⇒ String
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#program_num ⇒ Integer
The value of the program number field in the Program Map Table.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#scte_35_behavior ⇒ String
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#scte_35_pid ⇒ String
Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#timed_metadata_behavior ⇒ String
Set to PASSTHROUGH to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group or individual outputs, or you add an ID3 action to the channel schedule.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#timed_metadata_pid ⇒ String
Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#transport_stream_id ⇒ Integer
The value of the transport stream ID field in the Program Map Table.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |
#video_pid ⇒ String
Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.
8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/aws-sdk-medialive/types.rb', line 8776 class M3u8Settings < Struct.new( :audio_frames_per_pes, :audio_pids, :ecm_pid, :nielsen_id_3_behavior, :pat_interval, :pcr_control, :pcr_period, :pcr_pid, :pmt_interval, :pmt_pid, :program_num, :scte_35_behavior, :scte_35_pid, :timed_metadata_behavior, :timed_metadata_pid, :transport_stream_id, :video_pid, :klv_behavior, :klv_data_pids) SENSITIVE = [] include Aws::Structure end |