메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
FmodInstance ( string fileName ) : System | ||
GetSamples ( int startSample, int numSamples ) : byte[] | ||
Load ( string fileName ) : void | ||
LoadAsSample ( string fileName ) : void | ||
Pause ( ) : void | ||
Play ( ) : void | ||
Resume ( ) : void | ||
SetStartTime ( System.TimeSpan time ) : void | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
checkErrors ( FMOD result ) : void | ||
populateStats ( ) : void |
public GetSamples ( int startSample, int numSamples ) : byte[] | ||
startSample | int | |
numSamples | int | |
리턴 | byte[] |
public SetStartTime ( System.TimeSpan time ) : void | ||
time | System.TimeSpan | |
리턴 | void |