GstMpegts.PMT

Fields

Name

Type

Access

Description

descriptors

[GstMpegts.Descriptor]

r/w

Array of GstMpegts.Descriptor

pcr_pid

int

r/w

PID of the stream containing the PCR for this program.

program_number

int

r/w

The program to which this PMT is applicable.

streams

[GstMpegts.PMTStream]

r/w

Array of GstMpegts.PMTStream

Methods

class

new ()

Details

class GstMpegts.PMT

Program Map Table (ISO/IEC 13818-1). Provides the mappings between program numbers and the program elements that comprise them.

The program_number is contained in the subtable_extension field of the container GstMpegts.Section.

classmethod new()
Returns:

GstMpegts.PMT

Return type:

GstMpegts.PMT

Allocates and initializes a new GstMpegts.PMT. GstMpegts.PMTStream can be added to the streams array, and global PMT GstMpegts.Descriptor to the descriptors array.