Package org.robovm.apple.avfoundation
Class AVAudio3DAngularOrientation
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AVAudio3DAngularOrientation>
org.robovm.apple.avfoundation.AVAudio3DAngularOrientation
- All Implemented Interfaces:
Iterable<AVAudio3DAngularOrientation>
public class AVAudio3DAngularOrientation extends Struct<AVAudio3DAngularOrientation>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAudio3DAngularOrientation.AVAudio3DAngularOrientationPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AVAudio3DAngularOrientation()AVAudio3DAngularOrientation(float yaw, float pitch, float roll) -
Method Summary
Modifier and Type Method Description floatgetPitch()floatgetRoll()floatgetYaw()AVAudio3DAngularOrientationsetPitch(float pitch)AVAudio3DAngularOrientationsetRoll(float roll)AVAudio3DAngularOrientationsetYaw(float yaw)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AVAudio3DAngularOrientation
public AVAudio3DAngularOrientation() -
AVAudio3DAngularOrientation
public AVAudio3DAngularOrientation(float yaw, float pitch, float roll)
-
-
Method Details
-
getYaw
public float getYaw() -
setYaw
-
getPitch
public float getPitch() -
setPitch
-
getRoll
public float getRoll() -
setRoll
-