// ksmedia.h
typedef struct {
KSDATAFORMAT DataFormat;
WAVEFORMATEXTENSIBLE WaveFormatExt;
} KSDATAFORMAT_WAVEFORMATEXTENSIBLE, *PKSDATAFORMAT_WAVEFORMATEXTENSIBLE;
View the official Windows Driver Kit DDI referenceNo description available.
The KSDATAFORMAT_WAVEFORMATEXTENSIBLE structure is a convenient wrapper structure for the case in which the WaveFormatExt is known not to contain extra data.
DataFormatSpecifies the general features of the stream's data format. This member is a structure of type KSDATAFORMAT.
WaveFormatExtDescribes the wave-specific details of the audio stream's data format. This member contains an initialized WAVEFORMATEXTENSIBLE structure.
For information refer to the KSDATAFORMAT_WAVEFORMATEX structure.
IMiniport::DataRangeIntersection