Package org.robovm.apple.coremidi
Class MIDIDriverInterface
- All Implemented Interfaces:
Iterable<MIDIDriverInterface>
- Direct Known Subclasses:
MIDIDriver
public class MIDIDriverInterface extends Struct<MIDIDriverInterface>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIDriverInterface.MIDIDriverInterfacePtr -
Constructor Summary
Constructors Constructor Description MIDIDriverInterface()MIDIDriverInterface(VoidPtr _reserved, FunctionPtr QueryInterface, FunctionPtr AddRef, FunctionPtr Release, FunctionPtr FindDevices, FunctionPtr Start, FunctionPtr Stop, FunctionPtr Configure, FunctionPtr Send, FunctionPtr EnableSource, FunctionPtr Flush, FunctionPtr Monitor, FunctionPtr SendPackets, FunctionPtr MonitorEvents) -
Method Summary
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
-
MIDIDriverInterface
public MIDIDriverInterface() -
MIDIDriverInterface
public MIDIDriverInterface(VoidPtr _reserved, FunctionPtr QueryInterface, FunctionPtr AddRef, FunctionPtr Release, FunctionPtr FindDevices, FunctionPtr Start, FunctionPtr Stop, FunctionPtr Configure, FunctionPtr Send, FunctionPtr EnableSource, FunctionPtr Flush, FunctionPtr Monitor, FunctionPtr SendPackets, FunctionPtr MonitorEvents)
-
-
Method Details
-
get_reserved
-
set_reserved
-
getQueryInterface
-
setQueryInterface
-
getAddRef
-
setAddRef
-
getRelease
-
setRelease
-
getFindDevices
-
setFindDevices
-
getStart
-
setStart
-
getStop
-
setStop
-
getConfigure
-
setConfigure
-
getSend
-
setSend
-
getEnableSource
-
setEnableSource
-
getFlush
-
setFlush
-
getMonitor
-
setMonitor
-
getSendPackets
-
setSendPackets
-
getMonitorEvents
-
setMonitorEvents
-