Package org.robovm.apple.audiotoolbox
Class MIDIChannelMessage
- All Implemented Interfaces:
Iterable<MIDIChannelMessage>
public class MIDIChannelMessage extends Struct<MIDIChannelMessage>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIChannelMessage.MIDIChannelMessagePtr -
Constructor Summary
Constructors Constructor Description MIDIChannelMessage()MIDIChannelMessage(byte status, byte data1, byte data2) -
Method Summary
Modifier and Type Method Description bytegetData1()bytegetData2()bytegetStatus()MIDIChannelMessagesetData1(byte data1)MIDIChannelMessagesetData2(byte data2)MIDIChannelMessagesetStatus(byte status)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
-
MIDIChannelMessage
public MIDIChannelMessage() -
MIDIChannelMessage
public MIDIChannelMessage(byte status, byte data1, byte data2)
-
-
Method Details