Alvas.Audio Class Library

Recorder.Configure Method 

[Visual Basic]
Public Function Configure( _
   ByVal channel As Recorder#Channel, _
   ByVal bitsPerSample As Recorder#BitsPerSample, _
   ByVal samplesPerSec As Recorder#SamplesPerSec _
) As Integer
[C#]
public int Configure(
   Recorder.Channel channel,
   Recorder.BitsPerSample bitsPerSample,
   Recorder.SamplesPerSec samplesPerSec
);

See Also

Recorder Class | Alvas.Audio Namespace