ISpatialAudioClient::GetNativeStaticObjectTypeMask method (spatialaudioclient.h)
Gets a channel mask which represents the subset of static speaker bed channels native to current rendering engine.
HRESULT GetNativeStaticObjectTypeMask(
[out] AudioObjectType *mask
);
[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.
If the method succeeds, it returns S_OK.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | spatialaudioclient.h |