Class XrSoundObjectBD

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

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

    • XrSoundObjectBD

      public XrSoundObjectBD(long handle, XrSpatialAudioRendererBD spatialAudioRendererBD)
      Creates an XrSoundObjectBD using the specified native handle and XrSpatialAudioRendererBD.
      Parameters:
      handle - the native XrSoundObjectBD 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.