// bdamedia.h
typedef struct tagKS_DATARANGE_BDA_ANTENNA {
KSDATARANGE DataRange;
} KS_DATARANGE_BDA_ANTENNA, *PKS_DATARANGE_BDA_ANTENNA;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DATARANGE_BDA_ANTENNA structure describes a range of data formats for a BDA antenna stream.
DataRangeKSDATARANGE structure that describes a range of data formats with the MajorFormat member specified as STATIC_KSDATAFORMAT_TYPE_BDA_ANTENNA.
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.