KS_DATARANGE_BDA_ANTENNA structure (bdamedia.h)

The KS_DATARANGE_BDA_ANTENNA structure describes a range of data formats for a BDA antenna stream.

Syntax

typedef struct tagKS_DATARANGE_BDA_ANTENNA {
  KSDATARANGE DataRange;
} KS_DATARANGE_BDA_ANTENNA, *PKS_DATARANGE_BDA_ANTENNA;

Members

DataRange

KSDATARANGE structure that describes a range of data formats with the MajorFormat member specified as STATIC_KSDATAFORMAT_TYPE_BDA_ANTENNA.

Remarks

A data range describes a range of data formats.

Pins of filters specify the data ranges they support to enable stream connections to pins of other filters that also support those data ranges.

Requirements

Requirement Value
Header bdamedia.h (include Bdamedia.h)

See also

BDA Stream Format GUIDs

KSDATARANGE

KSPIN_DESCRIPTOR