Package org.robovm.apple.audiotoolbox
Class NoteParamsControlValue
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<NoteParamsControlValue>
org.robovm.apple.audiotoolbox.NoteParamsControlValue
- All Implemented Interfaces:
Iterable<NoteParamsControlValue>
public class NoteParamsControlValue extends Struct<NoteParamsControlValue>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoteParamsControlValue.NoteParamsControlValuePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description NoteParamsControlValue()NoteParamsControlValue(int id, float value) -
Method Summary
Modifier and Type Method Description intgetId()floatgetValue()NoteParamsControlValuesetId(int id)NoteParamsControlValuesetValue(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
-
NoteParamsControlValue
public NoteParamsControlValue() -
NoteParamsControlValue
public NoteParamsControlValue(int id, float value)
-
-
Method Details
-
getId
public int getId() -
setId
-
getValue
public float getValue() -
setValue
-