메소드 | 설명 | |
---|---|---|
LoadSound ( Stream s, byte &rawData, int &sampleRate ) : bool | ||
LoadSound ( byte raw, int &index ) : byte[] | ||
SoundLength ( Stream s ) : float |
메소드 | 설명 | |
---|---|---|
DecodeSample ( byte b, int &index, int ¤t ) : short |
public static LoadSound ( Stream s, byte &rawData, int &sampleRate ) : bool | ||
s | Stream | |
rawData | byte | |
sampleRate | int | |
리턴 | bool |
public static LoadSound ( byte raw, int &index ) : byte[] | ||
raw | byte | |
index | int | |
리턴 | byte[] |