SoundTests PlaySoundVerySilent 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 PlaySoundVerySilent()
Examples

[Test]
public void PlaySoundVerySilent()
{
    ContentLoader.Load<Sound>("DefaultSound").Play(0.1f);
}
See Also