The KSDATAFORMAT_DSOUND structure provides detailed information about a DirectSound audio stream.
typedef struct
{
KSDATAFORMAT DataFormat;
KSDSOUND_BUFFERDESC BufferDesc;
} KSDATAFORMAT_DSOUND, *PKSDATAFORMAT_DSOUND;
Declared in ksmedia.h. Include ksmedia.h.
In response to an input DataRange parameter that specifies a DirectSound format (see example in DirectSound Stream Data Range), the IMiniport::DataRangeIntersection method checks to see if the specified pin supports a compatible DirectSound format. If so, the method outputs a KSDATAFORMAT_DSOUND structure (see example in DirectSound Stream Data Format) to the buffer that its ResultantFormat parameter points to.
KSDATAFORMAT, KSDSOUND_BUFFERDESC, IMiniport::DataRangeIntersection