ISpatialAudioClient::IsAudioObjectFormatSupported method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Gets a value indicating whether ISpatialAudioObjectRenderStream supports a the specified format.

Syntax


HRESULT IsAudioObjectFormatSupported(
  [inconst WAVEFORMATEX *objectFormat
);

Parameters

objectFormat [in]

The format for which support is queried.

Return value

If the specified format is supported, it returns S_OK. If specified format is unsupported, this method returns AUDCLNT_E_UNSUPPORTED_FORMAT.

Requirements

Header

Spatialaudioclient.h

See also

ISpatialAudioClient

 

 

Show: