MPEG_PACKET_LIST Structure
The MPEG_PACKET_LIST structure contains a list of MPEG-2 sections.
Syntax
typedef struct {
WORD wPacketCount;
PMPEG_RQST_PACKET PacketList[1];
} MPEG_PACKET_LIST,
*PMPEG_PACKET_LIST;
Members
wPacketCount
Specifies the size of the PacketList array.PacketList
Specifies a pointer to an array of MPEG_RQST_PACKET structures, which themselves contain pointers to buffers that hold the sectioned data.
Requirements
Header | Declared in Mpeg2Structs.h. |
See Also
BDA Structures
MPEG_STREAM_BUFFER Structure
Send comments about this topic to Microsoft
Build date: 12/4/2008