ISpatialAudioClient::GetNativeStaticObjectTypeMask 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 channel mask which represents the subset of static speaker bed channels native to current rendering engine.

Syntax


HRESULT GetNativeStaticObjectTypeMask(
  [out] AudioObjectType * mask
);

Parameters

mask [out]

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

Header

Spatialaudioclient.h

See also

ISpatialAudioClient

 

 

Show: