Microsoft DirectX 9.0 |
The PID_MAP structure contains identifies the contents of an MPEG-2 transport stream packet ID.
Syntax
typedef struct {
ULONG ulPID;
MEDIA_SAMPLE_CONTENT MediaSampleContent ;
} PID_MAP;
Members
ulPID
Specifies the packet ID (PID)
MediaSampleContent
Specifies the contents of the packet payload, as a MEDIA_SAMPLE_CONTENT enumeration type.
See Also