C# Class ModelViewer.Sound.SoundManager

Inheritance: IDisposable
Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( ) : void
Pause ( ) : void
Play ( IPlayable wave ) : void
Shutdown ( ) : void
Stop ( ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( IPlayable wave ) : void
wave IPlayable
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void