C# Class Reign.Audio.XAudio.SoundWAV

Inheritance: ISoundWAV
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
SoundWAV ( IDisposableResource parent, string filename, int instanceCount, bool looped, Loader loadedCallback ) : System

Méthodes protégées

Méthode Description
init ( IDisposableResource parent, Stream stream, int instanceCount, bool looped, Loader loadedCallback ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SoundWAV() public méthode

public SoundWAV ( IDisposableResource parent, string filename, int instanceCount, bool looped, Loader loadedCallback ) : System
parent IDisposableResource
filename string
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
Résultat System

init() protected méthode

protected init ( IDisposableResource parent, Stream stream, int instanceCount, bool looped, Loader loadedCallback ) : void
parent IDisposableResource
stream Stream
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
Résultat void