Interface | Description |
---|---|
ExecuteCallback |
Represents a callback function to receive an asynchronous execution result.
|
GetMediaInformationCallback |
Represents a callback function to receive asynchronous getMediaInformation result.
|
LogCallback |
Represents a callback function to receive logs from running executions
|
StatisticsCallback |
Represents a callback function to receive statistics from running executions.
|
Class | Description |
---|---|
AbiDetect |
This class is used to detect running ABI name using Google
cpu-features library. |
AsyncFFmpegExecuteTask |
Utility class to execute an FFmpeg command asynchronously.
|
AsyncFFprobeExecuteTask |
Utility class to execute an FFprobe command asynchronously.
|
AsyncGetMediaInformationTask |
Utility class to get media information asynchronously.
|
Config |
This class is used to configure MobileFFmpeg library utilities/tools.
|
FFmpeg |
Main class for FFmpeg operations.
|
FFmpegExecution |
Represents an ongoing FFmpeg execution.
|
FFprobe |
Main class for FFprobe operations.
|
LogMessage |
Logs for running executions.
|
MediaInformation |
Media information class.
|
MediaInformationParser |
Helper class for parsing
MediaInformation . |
Statistics |
Statistics for running executions.
|
StreamInformation |
Stream information class.
|
Enum | Description |
---|---|
Abi |
Helper enumeration type for Android ABIs; includes only supported ABIs.
|
Level |
Helper enumeration type for log levels.
|
Signal |
Lists signals handled by MobileFFmpeg library.
|