Class XrSoundFieldBD

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSoundFieldBD
All Implemented Interfaces:
Pointer

public class XrSoundFieldBD extends Pointer.Default
Wraps an XrSoundFieldBD handle.
  • Constructor Details

    • XrSoundFieldBD

      public XrSoundFieldBD(long handle, XrSpatialAudioRendererBD spatialAudioRendererBD)
      Creates an XrSoundFieldBD using the specified native handle and XrSpatialAudioRendererBD.
      Parameters:
      handle - the native XrSoundFieldBD handle
      spatialAudioRendererBD - the XrSpatialAudioRendererBD from which handle was created
  • Method Details

    • getSpatialAudioRendererBD

      public XrSpatialAudioRendererBD getSpatialAudioRendererBD()
      Returns the XrSpatialAudioRendererBD from which this handle was created.
    • getCapabilities

      public XRCapabilities getCapabilities()
      Returns the XRCapabilities instance associated with this dispatchable handle.