Converts between WAVEFORMATEXTENSIBLE channel masks (combinations of the SPEAKER_xxx flags) and XMA channel masks (which are limited to eight possible speaker positions: left, right, center, low frequency, side left, side right, back left and back right).
DWORD GetStandardChannelMaskFromXmaMask(
BYTE bXmaMask
)
bXmaMask
Type: BYTE
Input byte mask.
Type: DWORD
This is an inline function, refer to the xma2defs.h file for the source code.
Header: Declared in xma2defs.h.
Library: Use xaudio2.lib and acphal.lib.