Share via


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 Declared in Mpeg2Structs.h.

See Also

BDA Structures

Send comments about this topic to Microsoft

Build date: 12/4/2008