PID_MAP structure

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

Header

Bdatypes.h (include Bdatypes.h)

See also

BDA_PID_MAP

KSPROPSETID_BdaPIDFilter

MEDIA_SAMPLE_CONTENT

 

 

Send comments about this topic to Microsoft