AudioCaptureDevice Properties |
The AudioCaptureDevice type exposes the following members.
Name | Description | |
---|---|---|
BytesReceived |
Received bytes count.
| |
CanSeek |
Gets whether this audio source supports seeking.
| |
Channels |
Gets the number of audio channels captured by
the device. Currently, only a single channel
is supported.
| |
DesiredFrameSize |
Gets or sets the desired frame size.
| |
Format |
Gets or sets the sample format used by the device.
| |
FramesReceived |
Received frames count.
| |
IsRunning |
State of the audio source.
| |
SampleRate |
Gets or sets the desired sample rate for this capturing device.
| |
Source |
Audio source.
| |
UserData |
User data.
|