MediaRecorder 类
- 继承
-
- Object
- EventTarget
- MediaRecorder
- 注解
-
- @Native("MediaRecorder")
构造函数
- MediaRecorder(MediaStream stream, [Map? options])
-
工厂
属性
- audioBitsPerSecond → int?
-
无设置器
- hashCode → int
- 此对象的哈希码。无设置器继承
- mimeType → String?
-
无设置器
- on → Events
- 这是对事件流的简化访问器,仅在显式访问器不可用时使用。无设置器继承
-
onError → Stream<
Event> -
无设置器
-
onPause → Stream<
Event> -
无设置器
- runtimeType → Type
- 对象的运行时类型的表示。无设置器继承
- state → String?
-
无设置器
- stream → MediaStream?
-
无设置器
- videoBitsPerSecond → int?
-
无设置器
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
dispatchEvent(
Event event) → bool -
继承
-
noSuchMethod(
Invocation invocation) → dynamic - 在访问不存在的方法或属性时调用。继承
-
pause(
) → void -
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
requestData(
) → void -
resume(
) → void -
start(
[int? timeslice]) → void -
stop(
) → void -
toString(
) → String - 此对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承
静态方法
-
isTypeSupported(
String type) → bool
常量
-
errorEvent → const EventStreamProvider<
Event> -
pauseEvent → const EventStreamProvider<
Event>