Class XrSoundFieldChannelDefinitionSurroundBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSoundFieldChannelDefinitionSurroundBD extends Struct<XrSoundFieldChannelDefinitionSurroundBD> implements NativeResource
struct XrSoundFieldChannelDefinitionSurroundBD {
    XrStructureType type;
    void const * next;
    XrSoundFieldChannelMaskSurroundBD channelMask;
}