Click or drag to resize
Accord.NET (logo)

AudioCaptureDevice Properties

The AudioCaptureDevice type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceived
Received bytes count.
Public propertyCanSeek
Gets whether this audio source supports seeking.
Public propertyChannels
Gets the number of audio channels captured by the device. Currently, only a single channel is supported.
Public propertyDesiredFrameSize
Gets or sets the desired frame size.
Public propertyFormat
Gets or sets the sample format used by the device.
Public propertyFramesReceived
Received frames count.
Public propertyIsRunning
State of the audio source.
Public propertySampleRate
Gets or sets the desired sample rate for this capturing device.
Public propertySource
Audio source.
Public propertyUserData
User data.
Top
See Also