// bdatypes.h
typedef struct {
ULONG ulPID;
MEDIA_SAMPLE_CONTENT MediaSampleContent;
} PID_MAP;
View the official Windows Driver Kit DDI referenceNo description available.
The PID_MAP structure describes a group of packets in the output stream of a packet identifier (PID) filter. This group consists of packets that are identified with an identical PID and contain particular media content.
ulPIDIdentifier of particular packets.
MediaSampleContentMEDIA_SAMPLE_CONTENT enumerated type value that specifies the type of media content that packets contain.