C# 클래스 VixenModules.Media.Audio.FmodInstance

파일 보기 프로젝트 열기: sall/vixen-modules 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FmodInstance() 공개 메소드

public FmodInstance ( string fileName ) : System
fileName string
리턴 System

GetSamples() 공개 메소드

public GetSamples ( int startSample, int numSamples ) : byte[]
startSample int
numSamples int
리턴 byte[]

Load() 공개 메소드

public Load ( string fileName ) : void
fileName string
리턴 void

LoadAsSample() 공개 메소드

public LoadAsSample ( string fileName ) : void
fileName string
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

SetStartTime() 공개 메소드

public SetStartTime ( System.TimeSpan time ) : void
time System.TimeSpan
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void