FFMpegContext class

Inheritance

Constructors

FFMpegContext(String url, IOHandler ioHandler, Playback? _playback)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
finalinherited

Methods

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

Operators

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