PID_MAP structure (bdatypes.h)
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.
Syntax
typedef struct {
ULONG ulPID;
MEDIA_SAMPLE_CONTENT MediaSampleContent;
} PID_MAP;
Members
ulPID
Identifier of particular packets.
MediaSampleContent
MEDIA_SAMPLE_CONTENT enumerated type value that specifies the type of media content that packets contain.
Requirements
Requirement | Value |
---|---|
Header | bdatypes.h (include Bdatypes.h) |