C# Class Reign.Audio.Cocoa.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 ) : MonoMac.AudioToolbox

Protected Methods

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

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 ) : MonoMac.AudioToolbox
parent DisposableI
fileName string
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
return MonoMac.AudioToolbox

init() protected method

protected init ( DisposableI parent, Stream stream, int instanceCount, bool looped, Loader loadedCallback ) : void
parent DisposableI
stream Stream
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
return void