FijkException class
Constructors
- FijkException(dynamic code, [String? message])
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
Constants
- badData → const int
- Invalid data found when processing input
- exitImm → const int
- Immediate exit was requested
- extErr → const int
- Generic error in an external library
- fileEnd → const int
- End of file
- http4xx → const int
- Http 4xx
- http5xx → const int
- Http 5xx
- http400 → const int
- Http 400
- http401 → const int
- Http 401
- http403 → const int
- Http 403
- http404 → const int
- Http 404
- interBug → const int
- Internal bug
- local404 → const int
- local file or asset not found,
- localIOe → const int
- local io exception
- noDecoder → const int
- Decoder not found
- noDemuxer → const int
- Demuxer not found
- noEncoder → const int
- Encoder not found
- noException → const FijkException
- noFilter → const int
- Filter not found
- noImplemented → const int
- Not yet implemented in FFmpeg, patches welcome
- noMuxer → const int
- Muxer not found
- noOption → const int
- Option not found
- noProtocol → const int
- Protocol not found
- noStream → const int
- Stream not found
- ok → const int
- smallBuf → const int
- Buffer too small
- unknown → const int
- unknown error