C# Class SoundSwitch.Framework.Audio.CachedSound

Show file Open project: Belphemur/SoundSwitch Class Usage Examples

Public Methods

Method Description
CachedSound ( string audioFileName ) : System

Load the AudioFile into the memory using the right reader.

Method Details

CachedSound() public method

Load the AudioFile into the memory using the right reader.
Audio file doesn't exists
public CachedSound ( string audioFileName ) : System
audioFileName string
return System