Microsoft DirectX 9.0 |
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.
See Also