Method: Aws::MediaConvert::Types::M3u8Settings#pmt_interval
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#pmt_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10188 class M3u8Settings < Struct.new( :audio_duration, :audio_frames_per_pes, :audio_pids, :audio_pts_offset_delta, :data_pts_control, :max_pcr_interval, :nielsen_id_3, :pat_interval, :pcr_control, :pcr_pid, :pmt_interval, :pmt_pid, :private_metadata_pid, :program_number, :pts_offset, :pts_offset_mode, :scte_35_pid, :scte_35_source, :timed_metadata, :timed_metadata_pid, :transport_stream_id, :video_pid) SENSITIVE = [] include Aws::Structure end |