On this page
MediaRecorder factory constructor
MediaRecorder(Source
@DomName('MediaRecorder.MediaRecorder')
@DocsEditable()
factory MediaRecorder(MediaStream stream, [Map options]) {
if (options != null) {
var options_1 = convertDartToNative_Dictionary(options);
return _blink.BlinkMediaRecorder.instance
.constructorCallback_2_(stream, options_1);
}
return _blink.BlinkMediaRecorder.instance.constructorCallback_1_(stream);
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/MediaRecorder/MediaRecorder.html