BDA_MUX_PIDLISTITEM Structure

[This documentation is preliminary and is subject to change.]

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

Client Requires Windows 7.
Header Declared in Bdatypes.h.

See Also

IBDA_MUX

Send comments about this topic to Microsoft

Build date: 12/4/2008