VideoDecoder class

Constructors

VideoDecoder.new({JSObject? $$context$$})

Properties

$$context$$ ↔ JSObject
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFrameData() FrameDataOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String eventName, dynamic callback) → void
on(dynamic eventName, dynamic callback) → void
remove() → dynamic
seek(num position) → dynamic
start(VideoDecoderStartOption option) → dynamic
stop() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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