PID_MAP Structure
Microsoft DirectShow 9.0 |
PID_MAP Structure
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.
Requirements
Header: Dshow.h.
See Also