GetStandardChannelMaskFromXmaMask
Converts betweenWAVEFORMATEXTENSIBLE channel masks that are combinations of SPEAKER_xxx flags defined in the audiodef.h file and the XBOX Media Audio (XMA) channel masks.
Syntax
Parameters
bXmaMaskType: BYTE Input byte mask.
Return value
Type: DWORD Standard mask.Remarks
This function convertsWAVEFORMATEXTENSIBLE channel masks that are combinations of SPEAKER_xxx flags defined in the audiodef.h file, XMA channel masks, and are limited to eight possible speaker positions.
As shown in the code example below, these speaker positions include left, right, center, low frequency, side left, side right, back left, and back right.
Requirements
Header: xma2defs.h Supported platforms: XBOX One family consoles and XBOX Series consolesSee also
GetXmaChannelMaskFromStandardMaskxma2defs
