|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.std.music.MusicMIDIPacket
Describes the MIDI data that is passed by note allocation calls.
| Field Summary | |
static int |
kNativeSize
This is the size (the number of bytes) that are required for this class |
| Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
| Constructor Summary | |
MusicMIDIPacket()
The MusicMIDIPacket is used to contain MIDI messages that can be sent. |
|
MusicMIDIPacket(byte[] midiData)
The incoming byte[] contains MIDI data only. |
|
| Method Summary | |
java.lang.Object |
clone()
Make a copy of the MusicMIDIPacket. |
byte[] |
getMIDIData()
Gets the current MIDI data. |
int |
getReserved()
Gets the reserved field setting. |
void |
setDataByte(int index,
int val)
Sets the current MIDI data byte at index to the supplied value. |
void |
setMIDIData(byte[] mData)
Sets the current MIDI data. |
java.lang.String |
toString()
Return a string representation of this object. |
| Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNativeSize
| Constructor Detail |
public MusicMIDIPacket()
public MusicMIDIPacket(byte[] midiData)
| Method Detail |
public byte[] getMIDIData()
public void setMIDIData(byte[] mData)
mData - the MIDI data
public void setDataByte(int index,
int val)
index - the data byte to setval - the new valuepublic int getReserved()
public java.lang.String toString()
toString in class QTByteObjectpublic java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||