MPE_ELEMENT structure (mpeg2structs.h)

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 mpeg2structs.h

See also

BDA Structures