Microsoft DirectX 8.1 (C++)

PID_MAP Structure

The PID_MAP structure contains information that identifies the contents of an MPEG-2 transport stream packet ID. Used with the IEnumPIDMap::Next method.

Syntax

typedef struct {
    ULONG                   ulPID;
    MEDIA_SAMPLE_CONTENT    MediaSampleContent ;
} PID_MAP ;

Members

ulPID

Specifies the packet ID.

MediaSampleContent

Specifies the contents of the packet payload.

See Also