C# Class ModelViewer.Sound.SoundManager

Inheritance: IDisposable
Show file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Init ( ) : void
Pause ( ) : void
Play ( IPlayable wave ) : void
Shutdown ( ) : void
Stop ( ) : void

Private Methods

Method Description
DecoderThread ( object wave ) : void
DisposeWave ( ) : void
FillBuffer ( int bufferIdx, IPlayableStream stream ) : bool
InitInstance ( ) : void
SoundManager ( ) : System
streaming_BufferEnd ( object sender, ContextEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( IPlayable wave ) : void
wave IPlayable
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void