Click or drag to resize
Accord.NET (logo)

AudioCaptureDeviceSampleRate Property

Gets or sets the desired sample rate for this capturing device.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public int SampleRate { get; set; }
Request Example View Source

Property Value

Type: Int32

Implements

IAudioSourceSampleRate
See Also