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

[Test]
public void PlaySoundLeft()
{
    ContentLoader.Load<Sound>("DefaultSound").Play(1, -1);
}
See Also