Method: Aws::MediaConvert::Types::M3u8Settings#pcr_pid

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#pcr_pidInteger

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.

Returns:

  • (Integer)


10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10482

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