We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ebaab9 + a485e48 commit e6e91f7Copy full SHA for e6e91f7
lib/src/media_recorder.dart
@@ -16,6 +16,7 @@ abstract class MediaRecorder {
16
MediaStream stream, {
17
Function(dynamic blob, bool isLastOne)? onDataChunk,
18
String mimeType,
19
+ int timeSlice = 1000,
20
});
21
22
Future<dynamic> stop();
0 commit comments