SoundTests PlaySoundAndDispose Method Delta Engine Documentation

Namespace: DeltaEngine.Multimedia.Tests
Assembly: DeltaEngine.Multimedia.Tests (in DeltaEngine.Multimedia.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void PlaySoundAndDispose()
Examples

[Test]
public void PlaySoundAndDispose()
{
    var sound = ContentLoader.Load<Sound>("DefaultSound");
    sound.Dispose();
}
See Also