MPEG_PACKET_LIST structure (mpeg2structs.h)
The MPEG_PACKET_LIST structure contains a list of MPEG-2 sections.
Syntax
typedef struct __MIDL___MIDL_itf_mpeg2structs_0000_0000_0015 {
WORD wPacketCount;
PMPEG_RQST_PACKET PacketList[1];
} MPEG_PACKET_LIST, *PMPEG_PACKET_LIST;
Members
wPacketCount
Specifies the size of the PacketList array.
PacketList[1]
Specifies a pointer to an array of MPEG_RQST_PACKET structures, which themselves contain pointers to buffers that hold the sectioned data.
Requirements
Requirement | Value |
---|---|
Header | mpeg2structs.h |