IrrKlang.NET

ISoundSource.ForceReloadAtNextUse Method 

Forces the sound to be reloaded at next replay. Sounds which are not played as streams are buffered to make it possible to replay them without much overhead. If the sound file is altered after the sound has been played the first time, the engine won't play the changed file then. Calling this method makes the engine reload the file before the file is played the next time.

[Visual Basic]
Public Sub ForceReloadAtNextUse()
[C#]
public void ForceReloadAtNextUse();

See Also

ISoundSource Class | IrrKlang Namespace