C# Class Reign.Audio.XNA.SoundWAV

Inheritance: SoundWAVI
Datei anzeigen Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
New ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : SoundWAV
SoundWAV ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

New() public static method

public static New ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : SoundWAV
parent DisposableI
fileName string
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
return SoundWAV

SoundWAV() public method

public SoundWAV ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : System
parent DisposableI
fileName string
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
return System