ISpatialAudioClient::GetNativeStaticObjectTypeMask method (spatialaudioclient.h)

Gets a channel mask which represents the subset of static speaker bed channels native to current rendering engine.

Syntax

HRESULT GetNativeStaticObjectTypeMask(
  [out] AudioObjectType *mask
);

Parameters

[out] mask

A bitwise combination of values from the AudioObjectType enumeration indicating a subset of static speaker channels. The values returned will only include the static channel values and will not include AudioObjectType_Dynamic.

Return value

If the method succeeds, it returns S_OK.

Requirements

Requirement Value
Target Platform Windows
Header spatialaudioclient.h

See also

ISpatialAudioClient