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

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