This documentation is archived and is not being maintained.
SoundPlayer Constructor
Visual Studio 2010
Initializes a new instance of the SoundPlayer class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SoundPlayer() | Initializes a new instance of the SoundPlayer class. |
|
SoundPlayer(Stream) | Initializes a new instance of the SoundPlayer class, and attaches the .wav file within the specified Stream. |
|
SoundPlayer(String) | Initializes a new instance of the SoundPlayer class, and attaches the specified .wav file. |
|
SoundPlayer(SerializationInfo, StreamingContext) | Initializes a new instance of the SoundPlayer class. |
Show: