Package org.robovm.apple.audiotoolbox
Class ExtendedNoteOnEvent
- All Implemented Interfaces:
Iterable<ExtendedNoteOnEvent>
public class ExtendedNoteOnEvent extends Struct<ExtendedNoteOnEvent>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtendedNoteOnEvent.ExtendedNoteOnEventPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description ExtendedNoteOnEvent()ExtendedNoteOnEvent(int instrumentID, int groupID, float duration, MusicDeviceNoteParams extendedParams) -
Method Summary
Modifier and Type Method Description floatgetDuration()MusicDeviceNoteParamsgetExtendedParams()intgetGroupID()intgetInstrumentID()ExtendedNoteOnEventsetDuration(float duration)ExtendedNoteOnEventsetExtendedParams(MusicDeviceNoteParams extendedParams)ExtendedNoteOnEventsetGroupID(int groupID)ExtendedNoteOnEventsetInstrumentID(int instrumentID)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
-
ExtendedNoteOnEvent
public ExtendedNoteOnEvent() -
ExtendedNoteOnEvent
public ExtendedNoteOnEvent(int instrumentID, int groupID, float duration, MusicDeviceNoteParams extendedParams)
-
-
Method Details
-
getInstrumentID
public int getInstrumentID() -
setInstrumentID
-
getGroupID
public int getGroupID() -
setGroupID
-
getDuration
public float getDuration() -
setDuration
-
getExtendedParams
-
setExtendedParams
-