C# Class Reign.Audio.XAudio.SoundWAV

Inheritance: ISoundWAV
Mostrar archivo Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SoundWAV() public method

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
return System

init() protected method

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
return void