C# Class SmfLite.MidiDataStreamReader

Afficher le fichier Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Méthodes publiques

Méthode Description
Advance ( int length ) : void
MidiDataStreamReader ( byte data )
PeekByte ( ) : byte
ReadBEInt16 ( ) : int
ReadBEInt32 ( ) : int
ReadByte ( ) : byte
ReadChars ( int length ) : char[]
ReadMultiByteValue ( ) : int

Method Details

Advance() public méthode

public Advance ( int length ) : void
length int
Résultat void

MidiDataStreamReader() public méthode

public MidiDataStreamReader ( byte data )
data byte

PeekByte() public méthode

public PeekByte ( ) : byte
Résultat byte

ReadBEInt16() public méthode

public ReadBEInt16 ( ) : int
Résultat int

ReadBEInt32() public méthode

public ReadBEInt32 ( ) : int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadChars() public méthode

public ReadChars ( int length ) : char[]
length int
Résultat char[]

ReadMultiByteValue() public méthode

public ReadMultiByteValue ( ) : int
Résultat int