FijkOption class

Constructors

FijkOption()

Properties

data Map<int, Map<String, dynamic>>
return a deep copy of option datas
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCodecOption(String key, dynamic value) → void
set ffmpeg avcodec option value must be int or String
setFormatOption(String key, dynamic value) → void
set ffmpeg avformat option value must be int or String
setHostOption(String key, dynamic value) → void
set host option value must be int or String
setPlayerOption(String key, dynamic value) → void
set player option value must be int or String
setSwrOption(String key, dynamic value) → void
set ffmpeg swresample option value must be int or String
setSwsOption(String key, dynamic value) → void
set ffmpeg swscale option value must be int or String
toString() String
A string representation of this object.
inherited

Operators

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

Constants

codecCategory → const int
formatCategory → const int
hostCategory → const int
playerCategory → const int
swrCategory → const int
swsCategory → const int