| MobileForms Toolkit Documentation |
|
AudioRecorder.SetRecordParameters Method
Sets recorder parameters.
public
void SetRecordParameters(
int bitsPerSample,
byte channels,
int samplesPerSec,
byte quality);
Parameters
-
bitsPerSample
- Bits per sample (8 or 16 bit)
-
channels
- Number of channels.
-
samplesPerSec
- Samples per second.
-
quality
- Quality. See the quality levels for specified codec.
Remarks
Set recorder parameters before you open recorder.
See Also
AudioRecorder Class | Resco.Audio Namespace