KSDATAFORMAT_WAVEFORMATEXTENSIBLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  KSDATAFORMAT         DataFormat;
  WAVEFORMATEXTENSIBLE WaveFormatExt;
} KSDATAFORMAT_WAVEFORMATEXTENSIBLE, *PKSDATAFORMAT_WAVEFORMATEXTENSIBLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksdataformat_waveformatextensible)

KSDATAFORMAT_WAVEFORMATEXTENSIBLE structure

Description

The KSDATAFORMAT_WAVEFORMATEXTENSIBLE structure is a convenient wrapper structure for the case in which the WaveFormatExt is known not to contain extra data.

Members

DataFormat

Specifies the general features of the stream's data format. This member is a structure of type KSDATAFORMAT.

WaveFormatExt

Describes the wave-specific details of the audio stream's data format. This member contains an initialized WAVEFORMATEXTENSIBLE structure.

Remarks

For information refer to the KSDATAFORMAT_WAVEFORMATEX structure.

See also

IMiniport::DataRangeIntersection

KSDATAFORMAT

WAVEFORMATEX

WAVEFORMATEXTENSIBLE

KSDATAFORMAT_WAVEFORMATEX