factory MediaStreamAudioSourceNode(BaseAudioContext context, Map options) { var options_1 = convertDartToNative_Dictionary(options); return MediaStreamAudioSourceNode._create_1(context, options_1); }