Class XrSoundObjectBD
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSoundObjectBD
- All Implemented Interfaces:
Pointer
Wraps an
XrSoundObjectBD handle.-
Nested Class Summary
Nested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionXrSoundObjectBD(long handle, XrSpatialAudioRendererBD spatialAudioRendererBD) Creates anXrSoundObjectBDusing the specified native handle andXrSpatialAudioRendererBD. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXRCapabilitiesinstance associated with this dispatchable handle.Returns theXrSpatialAudioRendererBDfrom which this handle was created.Methods inherited from class Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrSoundObjectBD
Creates anXrSoundObjectBDusing the specified native handle andXrSpatialAudioRendererBD.- Parameters:
handle- the nativeXrSoundObjectBDhandlespatialAudioRendererBD- theXrSpatialAudioRendererBDfrom whichhandlewas created
-
-
Method Details
-
getSpatialAudioRendererBD
Returns theXrSpatialAudioRendererBDfrom which this handle was created. -
getCapabilities
Returns theXRCapabilitiesinstance associated with this dispatchable handle.
-