MusicTests PlayMusicWithHalfVolume 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 PlayMusicWithHalfVolume()
Examples

[Test]
public void PlayMusicWithHalfVolume()
{
    ContentLoader.Load<Music>("DefaultMusic").Play(0.5f);
}
See Also