AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Parameters specific to the Mpeg demuxer. More...
Variables | |
static const char | PacketId [] = "DEMUXER_MPEG_PACKET_ID" |
Specifies the Packet ID (PID) of the MPEG TS packets to be delivered. More... | |
static const char | ProgramNumber [] = "DEMUXER_MPEG_PROGRAM_NUMBER" |
Specifies the Program Number for which to deliver MPEG TS packets. More... | |
Parameters specific to the Mpeg demuxer.
|
static |
Specifies the Packet ID (PID) of the MPEG TS packets to be delivered.
Only packets with the specified PID will be delivered.
The Packet ID is used to identify Program Specific Info packets, such as PAT, CAT, PMT packets, or elementary stream packets in MPEG-2 TS stream.
This parameter is an integer.
|
static |
Specifies the Program Number for which to deliver MPEG TS packets.
Only packets that belong to the Program with the specified Program Number will be delivered.
The Program Number is the field that identifies the program in the Program Association Table (PAT) of a MPEG-2 TS stream.
This parameter is an integer.