MediaKeySession 类
- 继承
-
- Object
- EventTarget
- MediaKeySession
- 注解
-
- @Native("MediaKeySession")
属性
-
closed → Future<
void> -
无设置器
- expiration → num?
-
无设置器
- hashCode → int
- 此对象的哈希码。无设置器继承
- keyStatuses → MediaKeyStatusMap?
-
无设置器
- on → Events
- 这是对事件流的简化访问器,仅在没有显式访问器时使用。无设置器继承
-
onMessage → Stream<
MessageEvent> -
无设置器
- runtimeType → Type
- 对象运行时类型的表示。无设置器继承
- sessionId → String?
-
无设置器
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
close(
) → Future -
dispatchEvent(
Event event) → bool -
继承
-
generateRequest(
String initDataType, dynamic initData) → Future -
load(
String sessionId) → Future -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
remove(
) → Future -
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
toString(
) → String - 此对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承
常量
-
messageEvent → const EventStreamProvider<
MessageEvent>