AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Param.Demuxer.Mpeg Class Reference

Parameters specific to the Mpeg demuxer. More...

Static Public Attributes

static string PacketId = "DEMUXER_MPEG_PACKET_ID"
 Specifies the Packet ID (PID) of the MPEG TS packets to be delivered.
 
static string ProgramNumber = "DEMUXER_MPEG_PROGRAM_NUMBER"
 Specifies the Program Number for which to deliver MPEG TS packets.
 

Detailed Description

Parameters specific to the Mpeg demuxer.

Member Data Documentation

◆ PacketId

string PacketId = "DEMUXER_MPEG_PACKET_ID"
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.

◆ ProgramNumber

string ProgramNumber = "DEMUXER_MPEG_PROGRAM_NUMBER"
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.