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

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