FormatContext class

Implementers

Constructors

FormatContext(String url, IOHandler _ioHandler)

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
final

Methods

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

Operators

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