C Specification

The XrSoundFieldChannelMaskFumaBD describes the channel mask of a FuMA sound field.

// Provided by XR_BD_spatial_audio_rendering
typedef enum XrSoundFieldChannelMaskFumaBD {
    XR_SOUND_FIELD_CHANNEL_MASK_FUMA_1ST_ORDER_BD = 1,
    XR_SOUND_FIELD_CHANNEL_MASK_FUMA_MAX_ENUM_BD = 0x7FFFFFFF
} XrSoundFieldChannelMaskFumaBD;

Description

Enumerant Descriptions
  • XR_SOUND_FIELD_CHANNEL_MASK_FUMA_1ST_ORDER_BD  — Indicates the 1st-order ambisonic in FuMA format, which refers to Furse-Malham channel order and maxN normalization

See Also

Document Notes

For more information, see the OpenXR Specification

This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2026 The Khronos Group Inc.