IAudioFormatEnumerator::GetCount method (spatialaudioclient.h)

Gets the number of supported audio formats in the list

Syntax

HRESULT GetCount(
  [out] UINT32 *count
);

Parameters

[out] count

The number of supported audio formats in the list.

Return value

If the method succeeds, it returns S_OK.

Requirements

Requirement Value
Target Platform Windows
Header spatialaudioclient.h

See also

IAudioFormatEnumerator