startRecorder method

  1. @JS('startRecorder')
void startRecorder(
  1. String? path,
  2. int? sampleRate,
  3. int? numChannels,
  4. int? bitRate,
  5. int? bufferSize,
  6. bool? enableVoiceProcessing,
  7. int codec,
  8. bool? toStream,
  9. int audioSource,
)

Implementation

@JS('startRecorder')
external void startRecorder(
    String? path,
    int? sampleRate,
    int? numChannels,
    int? bitRate,
    int? bufferSize,
    bool? enableVoiceProcessing,
    int codec,
    bool? toStream,
    int audioSource);