MPEG_PACKET_LIST Structure
Microsoft DirectShow 9.0 |
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: Include Mpeg2Structs.h.
See Also