GstMpegts.PMT¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
descriptors |
r/w |
Array of |
|
pcr_pid |
r/w |
PID of the stream containing the PCR for this program. |
|
program_number |
r/w |
The program to which this PMT is applicable. |
|
streams |
r/w |
Array of |
Methods¶
class |
|
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()[source]¶
- Returns:
- Return type:
Allocates and initializes a new
GstMpegts.PMT
.GstMpegts.PMTStream
can be added to the streams array, and global PMTGstMpegts.Descriptor
to the descriptors array.