BDA_PID_UNMAP structure (bdatypes.h)

The BDA_PID_UNMAP structure describes packet types to stop filtering from the input stream of a packet identifier (PID) filter. These packet types are identified with PIDs.

Syntax

typedef struct _BDA_PID_UNMAP {
  ULONG ulcPIDs;
  ULONG aulPIDs[MIN_DIMENSION];
} BDA_PID_UNMAP, *PBDA_PID_UNMAP;

Members

ulcPIDs

Number of PIDs in the aulPIDs array.

aulPIDs[MIN_DIMENSION]

Array of PIDs that identify packets to unmap from the output of a PID filter.

Requirements

Requirement Value
Header bdatypes.h (include Bdatypes.h)

See also

BDA_PID_MAP

KSPROPSETID_BdaPIDFilter

MEDIA_SAMPLE_CONTENT