C# Class cadencii.javax.sound.midi.MidiMessage

Mostra file Open project: cadencii/cadencii Class Usage Examples

Protected Properties

Property Type Description
data byte[]
length int

Public Methods

Method Description
MidiMessage ( byte data ) : System

本来はprotected

getLength ( ) : int
getMessage ( ) : byte[]
getStatus ( ) : int

Method Details

MidiMessage() public method

本来はprotected
public MidiMessage ( byte data ) : System
data byte
return System

getLength() public method

public getLength ( ) : int
return int

getMessage() public method

public getMessage ( ) : byte[]
return byte[]

getStatus() public method

public getStatus ( ) : int
return int

Property Details

data protected_oe property

protected byte[] data
return byte[]

length protected_oe property

protected int length
return int