SoundDevice Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The communications channel to a sound device.
public abstract class SoundDevice : IDisposable
type SoundDevice = class
interface IDisposable
Public MustInherit Class SoundDevice
Implements IDisposable
- Inheritance
-
SoundDevice
- Implements
Playback |
The playback mute of the sound device. |
Playback |
The playback volume of the sound device. |
Recording |
The recording mute of the sound device. |
Recording |
The recording volume of the sound device. |
Settings |
The connection settings of the sound device. |
Create(Sound |
Create a communications channel to a sound device running on Unix. |
Create(Sound |
Create a communications channel to a sound device running on Unix. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) |
Releases the unmanaged resources used by the SoundDevice and optionally releases the managed resources. |
Play(Stream) |
Play WAV file. |
Play(String) |
Play WAV file. |
Record(UInt32, Stream) |
Sound recording. |
Record(UInt32, String) |
Sound recording. |
Start |
Start a continuous recording |
Stop |
Stop the continuous recording |
Write |
Write a header in a Stream |
Termék | Verziók |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |