MPE_ELEMENT Structure
Microsoft DirectShow 9.0 |
MPE_ELEMENT Structure
The MPE_ELEMENT structure contains information from a multi-protocol encapsulation (MPE) element.
Syntax
typedef struct _MPE_ELEMENT { PID pid; BYTE bComponentTag; struct _MPE_ELEMENT* pNext; } MPE_ELEMENT, *PMPE_ELEMENT;
Members
pid
Packet identifier (PID).
bComponentTag
Component tag.
pNext
Pointer to the next MPE_ELEMENT structure in the list, or NULL if this element is the end of the list.
Requirements
Header: Include Mpeg2Structs.h.
See Also