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

[Test]
public void PlaySoundFromWmaMusicContent()
{
    ContentLoader.Load<Sound>("WmaMusic").Play();
}
See Also