SoundPlayer (System.Media.SoundPlayer)

Inherits: System.ComponentModel.Component

Interfaces: IDisposable, ISerializable, IComponent

Derived Types: 0

Assembly: System.dll

Controls playback of a sound from a .wav file.

VB.NET C#

C#

public class SoundPlayer : System.ComponentModel.Component, System.IDisposable, System.Runtime.Serialization.ISerializable, System.ComponentModel.IComponent
{
}

Articles

CodeProject: Fundamentals of Sound: How to Make Music out of Nothing ...

... middle C for 4 beats } // jump back to the beginning of the stream stream.Position = 0 ; // play the wave data in the MemoryStream using (System.Media.SoundPlayer ...

Visual sutdio-How do you play mp'3s? - kirupaForum

System.Media.SoundPlayer sound = new System.Media.SoundPlayer(@"c:\path\to\music.wav"); sound.Play(); //or sounds.PlayLoop(); _____ ...

WinCustomize - unhappycamper88 - (Go Away, You won't find anything ...

System Exception Stack: at System.Media.SoundPlayer.ValidateSoundFile(String fileName) at System.Media.SoundPlayer.LoadAndPlay(Int32 flags) at System.Media.SoundPlayer.Play() at ...

Problem using the c# System.Media.SoundPlayer class on a web host ...

Problem using the c# System.Media.SoundPlayer class on a web host- ASP Development. Visit Dev Articles to discuss Problem using the c# System.Media.SoundPlayer class on a web host

playing songs with C# on your software - SharpDevelop Community

System.Media.SoundPlayer myPlayer = new System.Media.SoundPlayer(); myPlayer.SoundLocation = @"c:\click.wav"; myPlayer.Play(); But next time use google, these thinks are very easy to ...

Sound Packager Debug File ยป Forum Post by unhappycamper88

System Exception Stack: at System.Media.SoundPlayer.ValidateSoundFile(String fileName) at System.Media.SoundPlayer.LoadAndPlay(Int32 flags) at System.Media.SoundPlayer.Play() at ...

System.Media.SoundPlayer - MSDN Forums

System.Media.SoundPlayer Thread Starter: Jonathan.Peppers Started: 17 Jan 2008 9:28 PM UTC Replies: 6 ...

Peter Foot - System.Media.SoundPlayer versus the PlaySound API

Peter Foot's Blog ... In .NETCF v3.5 there is a new namespace - System.Media which brings audio support to the Compact Framework.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support