Package org.robovm.apple.audiotoolbox
Class AUOutputMIDICallbacksStruct
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AUOutputMIDICallbacksStruct>
org.robovm.apple.audiotoolbox.AUOutputMIDICallbacksStruct
- All Implemented Interfaces:
Iterable<AUOutputMIDICallbacksStruct>
public class AUOutputMIDICallbacksStruct extends Struct<AUOutputMIDICallbacksStruct>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUOutputMIDICallbacksStruct.AUOutputMIDICallbacksStructPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AUOutputMIDICallbacksStruct()AUOutputMIDICallbacksStruct(long userData, FunctionPtr MIDIEventProc, FunctionPtr MIDISysExProc) -
Method Summary
Modifier and Type Method Description FunctionPtrgetMIDIEventProc()FunctionPtrgetMIDISysExProc()longgetUserData()AUOutputMIDICallbacksStructsetMIDIEventProc(FunctionPtr MIDIEventProc)AUOutputMIDICallbacksStructsetMIDISysExProc(FunctionPtr MIDISysExProc)AUOutputMIDICallbacksStructsetUserData(long userData)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
-
AUOutputMIDICallbacksStruct
public AUOutputMIDICallbacksStruct() -
AUOutputMIDICallbacksStruct
public AUOutputMIDICallbacksStruct(long userData, FunctionPtr MIDIEventProc, FunctionPtr MIDISysExProc)
-
-
Method Details
-
getUserData
public long getUserData() -
setUserData
-
getMIDIEventProc
-
setMIDIEventProc
-
getMIDISysExProc
-
setMIDISysExProc
-