Class: Aws::MediaConvert::Types::M2tsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::M2tsSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
MPEG-2 TS container settings. These apply to outputs in a File output group when the output’s container is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_buffer_model ⇒ String
Selects between the DVB and ATSC buffer models for Dolby Digital audio.
-
#audio_duration ⇒ String
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio.
-
#audio_frames_per_pes ⇒ Integer
The number of audio frames to insert for each PES packet.
-
#audio_pids ⇒ Array<Integer>
Specify the packet identifiers (PIDs) for any elementary audio streams you include in this output.
-
#bitrate ⇒ Integer
Specify the output bitrate of the transport stream in bits per second.
-
#buffer_model ⇒ String
Controls what buffer model to use for accurate interleaving.
-
#data_pts_control ⇒ String
If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values).
-
#dvb_nit_settings ⇒ Types::DvbNitSettings
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.
-
#dvb_sdt_settings ⇒ Types::DvbSdtSettings
Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output.
-
#dvb_sub_pids ⇒ Array<Integer>
Specify the packet identifiers (PIDs) for DVB subtitle data included in this output.
-
#dvb_tdt_settings ⇒ Types::DvbTdtSettings
Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output.
-
#dvb_teletext_pid ⇒ Integer
Specify the packet identifier (PID) for DVB teletext data you include in this output.
-
#ebp_audio_interval ⇒ String
When set to VIDEO_AND_FIXED_INTERVALS, audio EBP markers will be added to partitions 3 and 4.
-
#ebp_placement ⇒ String
Selects which PIDs to place EBP markers on.
-
#es_rate_in_pes ⇒ String
Controls whether to include the ES Rate field in the PES header.
-
#force_ts_video_ebp_order ⇒ String
Keep the default value unless you know that your audio EBP markers are incorrectly appearing before your video EBP markers.
-
#fragment_time ⇒ Float
The length, in seconds, of each fragment.
-
#klv_metadata ⇒ String
To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough.
-
#max_pcr_interval ⇒ Integer
Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
-
#min_ebp_interval ⇒ Integer
When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video.
-
#nielsen_id_3 ⇒ String
If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
-
#null_packet_bitrate ⇒ Float
Value in bits per second of extra null packets to insert into the transport stream.
-
#pat_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
-
#pcr_control ⇒ String
When set to PCR_EVERY_PES_PACKET, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
-
#pcr_pid ⇒ Integer
Specify the packet identifier (PID) for the program clock reference (PCR) in this output.
-
#pmt_interval ⇒ Integer
Specify the number of milliseconds between instances of the program map table (PMT) in the output transport stream.
-
#pmt_pid ⇒ Integer
Specify the packet identifier (PID) for the program map table (PMT) itself.
-
#prevent_buffer_underflow ⇒ String
Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output.
-
#private_metadata_pid ⇒ Integer
Specify the packet identifier (PID) of the private metadata stream.
-
#program_number ⇒ Integer
Use Program number to specify the program number used in the program map table (PMT) for this output.
-
#pts_offset ⇒ Integer
Manually specify the initial PTS offset, in seconds, when you set PTS offset to Seconds.
-
#pts_offset_mode ⇒ String
Specify the initial presentation timestamp (PTS) offset for your transport stream output.
-
#rate_mode ⇒ String
When set to CBR, inserts null packets into transport stream to fill specified bitrate.
-
#scte_35_esam ⇒ Types::M2tsScte35Esam
Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document.
-
#scte_35_pid ⇒ Integer
Specify the packet identifier (PID) of the SCTE-35 stream in the transport stream.
-
#scte_35_source ⇒ String
For SCTE-35 markers from your input– Choose Passthrough if you want SCTE-35 markers that appear in your input to also appear in this output.
-
#segmentation_markers ⇒ String
Inserts segmentation markers at each segmentation_time period.
-
#segmentation_style ⇒ String
The segmentation style parameter controls how segmentation markers are inserted into the transport stream.
-
#segmentation_time ⇒ Float
Specify the length, in seconds, of each segment.
-
#timed_metadata_pid ⇒ Integer
Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
-
#transport_stream_id ⇒ Integer
Specify the ID for the transport stream itself in the program map table for this output.
-
#video_pid ⇒ Integer
Specify the packet identifier (PID) of the elementary video stream in the transport stream.
Instance Attribute Details
#audio_buffer_model ⇒ String
Selects between the DVB and ATSC buffer models for Dolby Digital audio.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#audio_duration ⇒ String
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration. In all other cases, keep the default value, Default codec duration. When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#audio_frames_per_pes ⇒ Integer
The number of audio frames to insert for each PES packet.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#audio_pids ⇒ Array<Integer>
Specify the packet identifiers (PIDs) for any elementary audio streams you include in this output. Specify multiple PIDs as a JSON array. Default is the range 482-492.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#bitrate ⇒ Integer
Specify the output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate. Other common values are 3750000, 7500000, and 15000000.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#buffer_model ⇒ String
Controls what buffer model to use for accurate interleaving. If set to MULTIPLEX, use multiplex buffer model. If set to NONE, this can lead to lower latency, but low-memory devices may not be able to play back the stream without interruptions.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#data_pts_control ⇒ String
If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value to allow all PTS values.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#dvb_nit_settings ⇒ Types::DvbNitSettings
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#dvb_sdt_settings ⇒ Types::DvbSdtSettings
Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#dvb_sub_pids ⇒ Array<Integer>
Specify the packet identifiers (PIDs) for DVB subtitle data included in this output. Specify multiple PIDs as a JSON array. Default is the range 460-479.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#dvb_tdt_settings ⇒ Types::DvbTdtSettings
Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#dvb_teletext_pid ⇒ Integer
Specify the packet identifier (PID) for DVB teletext data you include in this output. Default is 499.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#ebp_audio_interval ⇒ String
When set to VIDEO_AND_FIXED_INTERVALS, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. When set to VIDEO_INTERVAL, these additional markers will not be inserted. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#ebp_placement ⇒ String
Selects which PIDs to place EBP markers on. They can either be placed only on the video PID, or on both the video PID and all audio PIDs. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#es_rate_in_pes ⇒ String
Controls whether to include the ES Rate field in the PES header.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#force_ts_video_ebp_order ⇒ String
Keep the default value unless you know that your audio EBP markers are incorrectly appearing before your video EBP markers. To correct this problem, set this value to Force.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#fragment_time ⇒ Float
The length, in seconds, of each fragment. Only used with EBP markers.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#klv_metadata ⇒ String
To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and passes it through to the output transport stream. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#max_pcr_interval ⇒ Integer
Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#min_ebp_interval ⇒ Integer
When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is “stretched” to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#nielsen_id_3 ⇒ String
If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#null_packet_bitrate ⇒ Float
Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#pat_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#pcr_control ⇒ String
When set to PCR_EVERY_PES_PACKET, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This is effective only when the PCR PID is the same as the video or audio elementary stream.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#pcr_pid ⇒ Integer
Specify the packet identifier (PID) for the program clock reference (PCR) in this output. If you do not specify a value, the service will use the value for Video PID.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#pmt_interval ⇒ Integer
Specify the number of milliseconds between instances of the program map table (PMT) in the output transport stream.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#pmt_pid ⇒ Integer
Specify the packet identifier (PID) for the program map table (PMT) itself. Default is 480.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#prevent_buffer_underflow ⇒ String
Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output. Use if you are seeing decoder buffer underflows in your output and are unable to increase your transport stream’s bitrate. For most workflows: We recommend that you keep the default value, Disabled. To prevent decoder buffer underflows in your output, when possible: Choose Enabled. Note that if MediaConvert prevents a decoder buffer underflow in your output, output video quality is reduced and your job will take longer to complete.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#private_metadata_pid ⇒ Integer
Specify the packet identifier (PID) of the private metadata stream. Default is 503.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#program_number ⇒ Integer
Use Program number to specify the program number used in the program map table (PMT) for this output. Default is 1. Program numbers and program map tables are parts of MPEG-2 transport stream containers, used for organizing data.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#pts_offset ⇒ Integer
Manually specify the initial PTS offset, in seconds, when you set PTS offset to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default value 2.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#pts_offset_mode ⇒ String
Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output’s bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#rate_mode ⇒ String
When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#scte_35_esam ⇒ Types::M2tsScte35Esam
Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#scte_35_pid ⇒ Integer
Specify the packet identifier (PID) of the SCTE-35 stream in the transport stream.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#scte_35_source ⇒ String
For SCTE-35 markers from your input– Choose Passthrough if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None if you don’t want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document– Choose None. Also provide the ESAM XML as a string in the setting Signal processing notification XML. Also enable ESAM SCTE-35 (include the property scte35Esam).
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#segmentation_markers ⇒ String
Inserts segmentation markers at each segmentation_time period. rai_segstart sets the Random Access Indicator bit in the adaptation field. rai_adapt sets the RAI bit and adds the current timecode in the private data bytes. psi_segstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebp_legacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#segmentation_style ⇒ String
The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of “reset_cadence” is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of of $segmentation_time seconds. When a segmentation style of “maintain_cadence” is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentation_time seconds. Note that EBP lookahead is a slight exception to this rule.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#segmentation_time ⇒ Float
Specify the length, in seconds, of each segment. Required unless markers is set to _none_.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#timed_metadata_pid ⇒ Integer
Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#transport_stream_id ⇒ Integer
Specify the ID for the transport stream itself in the program map table for this output. Transport stream IDs and program map tables are parts of MPEG-2 transport stream containers, used for organizing data.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |
#video_pid ⇒ Integer
Specify the packet identifier (PID) of the elementary video stream in the transport stream.
9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9296 class M2tsSettings < Struct.new( :audio_buffer_model, :audio_duration, :audio_frames_per_pes, :audio_pids, :bitrate, :buffer_model, :data_pts_control, :dvb_nit_settings, :dvb_sdt_settings, :dvb_sub_pids, :dvb_tdt_settings, :dvb_teletext_pid, :ebp_audio_interval, :ebp_placement, :es_rate_in_pes, :force_ts_video_ebp_order, :fragment_time, :klv_metadata, :max_pcr_interval, :min_ebp_interval, :nielsen_id_3, :null_packet_bitrate, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :prevent_buffer_underflow, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :rate_mode, :scte_35_esam, :scte_35_pid, :scte_35_source, :segmentation_markers, :segmentation_style, :segmentation_time, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |