MediaKeySession class

Annotations
  • DocsEditable()
  • DomName('MediaKeySession')
  • Experimental()
Extends

Instance Properties

closed Future
read-only
error MediaKeyError
read-only
keySystem String
read-only
sessionId String
read-only
on Events Inherited
read-only

Instance Methods

generateRequest(String initDataType, initData) → Future
release() → Future
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited