startRecorder method

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

Implementation

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