BDA_FILTER_TEMPLATE structure (bdasup.h)

The BDA_FILTER_TEMPLATE structure describes the template topology for a BDA filter.

Syntax

typedef struct _BDA_FILTER_TEMPLATE {
  const KSFILTER_DESCRIPTOR *pFilterDescriptor;
  ULONG                     ulcPinPairs;
  const BDA_PIN_PAIRING     *pPinPairs;
} BDA_FILTER_TEMPLATE, *PBDA_FILTER_TEMPLATE;

Members

pFilterDescriptor

Points to a KSFILTER_DESCRIPTOR structure that describes a template for a filter for the BDA device.

ulcPinPairs

Number of pairs of pins in the pPinPairs array.

pPinPairs

Array of BDA_PIN_PAIRING structures that describe the topology between a pair of the filter's input and output pins.

Requirements

Requirement Value
Header bdasup.h (include Bdasup.h)

See also

BDA_PIN_PAIRING

BdaCreateFilterFactory

BdaInitFilter

KSFILTER_DESCRIPTOR