Package org.robovm.apple.avfoundation
Class AVAudio3DVector
- All Implemented Interfaces:
Iterable<AVAudio3DVector>
public class AVAudio3DVector extends Struct<AVAudio3DVector>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAudio3DVector.AVAudio3DVectorPtr -
Constructor Summary
Constructors Constructor Description AVAudio3DVector()AVAudio3DVector(float x, float y, float z) -
Method Summary
Modifier and Type Method Description floatgetX()floatgetY()floatgetZ()AVAudio3DVectorsetX(float x)AVAudio3DVectorsetY(float y)AVAudio3DVectorsetZ(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, wrap
-
Constructor Details
-
AVAudio3DVector
public AVAudio3DVector() -
AVAudio3DVector
public AVAudio3DVector(float x, float y, float z)
-
-
Method Details