Package org.robovm.apple.audiotoolbox
Class AudioQueueParameterEvent
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AudioQueueParameterEvent>
org.robovm.apple.audiotoolbox.AudioQueueParameterEvent
- All Implemented Interfaces:
Iterable<AudioQueueParameterEvent>
public class AudioQueueParameterEvent extends Struct<AudioQueueParameterEvent>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioQueueParameterEvent.AudioQueueParameterEventPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AudioQueueParameterEvent()AudioQueueParameterEvent(int ID, float value) -
Method Summary
Modifier and Type Method Description intgetID()floatgetValue()AudioQueueParameterEventsetID(int ID)AudioQueueParameterEventsetValue(float value)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
-
AudioQueueParameterEvent
public AudioQueueParameterEvent() -
AudioQueueParameterEvent
public AudioQueueParameterEvent(int ID, float value)
-
-
Method Details
-
getID
public int getID() -
setID
-
getValue
public float getValue() -
setValue
-