MUX_PID_TYPE enumeration

[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 an MPEG-2 stream type.

Syntax

typedef enum MUX_PID_TYPE { 
  PID_OTHER                 = -1,
  PID_ELEMENTARY_STREAM,
  PID_MPEG2_SECTION_PSI_SI
} MUX_PID_TYPE;

Constants

PID_OTHER

Other.

PID_ELEMENTARY_STREAM

Packetized elementary stream (PES) payloads.

PID_MPEG2_SECTION_PSI_SI

Program Specific Information (PSI) sections.

Requirements

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

See also

BDA_MUX_PIDLISTITEM