Share via


BDA_MUX_PIDLISTITEM structure

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Specifies a packet identifier (PID) for the IBDA_MUX interface.

Syntax

typedef struct _BDA_MUX_PIDLISTITEM {
  USHORT       usPIDNumber;
  USHORT       usProgramNumber;
  MUX_PID_TYPE ePIDType;
} BDA_MUX_PIDLISTITEM, *PBDA_MUX_PIDLISTITEM;

Members

usPIDNumber

The PID number.

usProgramNumber

The associated service identifier, if applicable.

ePIDType

The stream type, specified as a member of the MUX_PID_TYPE enumeration.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Bdatypes.h

See also

IBDA_MUX