MediaRecorder class

The interface of the MediaStream Recording API provides functionality to easily record media. It is created using the MediaRecorder() constructor.

EventTarget

MediaRecorder

Implemented types
Available Extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

MediaRecorder(MediaStream stream, [MediaRecorderOptions? options])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isTypeSupported(String type) bool