IsolateFormatContext class

Constructors

IsolateFormatContext(String url, {void onFrame(IsolatePlayFrame frame)?, IsolateProtocolRequest? request})

Properties

hashCode int
The hash code for this object.
no setterinherited
onFrame → (void Function(IsolatePlayFrame frame)?)
final
request IsolateProtocolRequest?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

Methods

close() → dynamic
duration() Future<int>
getPosition() Future<int>
getStreams() Future<List<IsolateFfmpegStream>>
isPlaying() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future
play(List<IsolateFfmpegStream> streams) Future
resume() Future
seekTo(int ts, {int streamIndex = -1, int minTs = INT64_MIN, int maxTs = INT64_MAX, int flags = 0}) Future
toString() String
A string representation of this object.
inherited

Operators

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