C# 클래스 SmfLite.MidiDataStreamReader

파일 보기 프로젝트 열기: unity3d-jp/fuze-vj-kit 1 사용 예제들

공개 메소드들

메소드 설명
Advance ( int length ) : void
MidiDataStreamReader ( byte data )
PeekByte ( ) : byte
ReadBEInt16 ( ) : int
ReadBEInt32 ( ) : int
ReadByte ( ) : byte
ReadChars ( int length ) : char[]
ReadMultiByteValue ( ) : int

메소드 상세

Advance() 공개 메소드

public Advance ( int length ) : void
length int
리턴 void

MidiDataStreamReader() 공개 메소드

public MidiDataStreamReader ( byte data )
data byte

PeekByte() 공개 메소드

public PeekByte ( ) : byte
리턴 byte

ReadBEInt16() 공개 메소드

public ReadBEInt16 ( ) : int
리턴 int

ReadBEInt32() 공개 메소드

public ReadBEInt32 ( ) : int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadChars() 공개 메소드

public ReadChars ( int length ) : char[]
length int
리턴 char[]

ReadMultiByteValue() 공개 메소드

public ReadMultiByteValue ( ) : int
리턴 int