Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Requirement | Value |
---|---|
Header | mpeg2structs.h |