Package org.robovm.apple.avfoundation
Class AVAudio3DPoint
- All Implemented Interfaces:
Iterable<AVAudio3DPoint>
public class AVAudio3DPoint extends Struct<AVAudio3DPoint>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAudio3DPoint.AVAudio3DPointPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AVAudio3DPoint()AVAudio3DPoint(float x, float y, float z) -
Method Summary
Modifier and Type Method Description floatgetX()floatgetY()floatgetZ()AVAudio3DPointsetX(float x)AVAudio3DPointsetY(float y)AVAudio3DPointsetZ(float z)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
-
AVAudio3DPoint
public AVAudio3DPoint() -
AVAudio3DPoint
public AVAudio3DPoint(float x, float y, float z)
-
-
Method Details
-
getX
public float getX() -
setX
-
getY
public float getY() -
setY
-
getZ
public float getZ() -
setZ
-