A  C  D  E  F  G  I  L  M  N  P  R  S  T  V 

A

Abi - class in com.arthenica.ffmpegkit
Enumeration for Android ABIs.
ABI_ARM - enum entry in com.arthenica.ffmpegkit.Abi

Represents armeabi ABI

ABI_ARM64_V8A - enum entry in com.arthenica.ffmpegkit.Abi

Represents arm64-v8a ABI

ABI_ARMV7A - enum entry in com.arthenica.ffmpegkit.Abi

Represents armeabi-v7a ABI

ABI_ARMV7A_NEON - enum entry in com.arthenica.ffmpegkit.Abi

Represents armeabi-v7a ABI with NEON support

ABI_UNKNOWN - enum entry in com.arthenica.ffmpegkit.Abi

Represents not supported ABIs

ABI_X86 - enum entry in com.arthenica.ffmpegkit.Abi

Represents x86 ABI

ABI_X86_64 - enum entry in com.arthenica.ffmpegkit.Abi

Represents x86_64 ABI

AbiDetect - class in com.arthenica.ffmpegkit
Detects the running ABI name natively using Google cpu-features library.
AbstractSession - class in com.arthenica.ffmpegkit
Abstract session implementation which includes common features shared by FFmpeg, FFprobe and MediaInformation sessions.
addLog(Log) - function in com.arthenica.ffmpegkit.FFmpegSession
Adds a new log entry for this session.
addLog(Log) - function in com.arthenica.ffmpegkit.FFprobeSession
Adds a new log entry for this session.
addLog(Log) - function in com.arthenica.ffmpegkit.Session
Adds a new log entry for this session.
addLog(Log) - function in com.arthenica.ffmpegkit.AbstractSession
Adds a new log entry for this session.
addLog(Log) - function in com.arthenica.ffmpegkit.MediaInformationSession
Adds a new log entry for this session.
addStatistics(Statistics) - function in com.arthenica.ffmpegkit.FFmpegSession
Adds a new statistics entry for this session.
ALWAYS_PRINT_LOGS - enum entry in com.arthenica.ffmpegkit.LogRedirectionStrategy
 
apply(FFprobeSession) - function in com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback
Called when an FFprobe session has ended.
apply(Log) - function in com.arthenica.ffmpegkit.LogCallback
Called when a log entry is received.
apply(Statistics) - function in com.arthenica.ffmpegkit.StatisticsCallback
Called when a statistics entry is received.
apply(MediaInformationSession) - function in com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback
Called when a media information session has ended.
apply(FFmpegSession) - function in com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback
Called when an FFmpeg session has ended.
argumentsToString(Array) - function in com.arthenica.ffmpegkit.FFmpegKitConfig
Concatenates arguments into a string adding a space character between two arguments.
asyncFFmpegExecute(FFmpegSession) - function in com.arthenica.ffmpegkit.FFmpegKitConfig
Starts an asynchronous FFmpeg execution for the given session.
asyncFFmpegExecute(FFmpegSession,ExecutorService) - function in com.arthenica.ffmpegkit.FFmpegKitConfig
Starts an asynchronous FFmpeg execution for the given session.
AsyncFFmpegExecuteTask - class in com.arthenica.ffmpegkit
Executes an FFmpeg session asynchronously.
asyncFFprobeExecute(FFprobeSession) - function in com.arthenica.ffmpegkit.FFmpegKitConfig
Starts an asynchronous FFprobe execution for the given session.
asyncFFprobeExecute(FFprobeSession,ExecutorService) - function in com.arthenica.ffmpegkit.FFmpegKitConfig
Starts an asynchronous FFprobe execution for the given session.
AsyncFFprobeExecuteTask - class in com.arthenica.ffmpegkit
Executes an FFprobe session asynchronously.
asyncGetMediaInformationExecute(MediaInformationSession,int) - function in com.arthenica.ffmpegkit.FFmpegKitConfig
Starts an asynchronous FFprobe execution for the given media information session.
asyncGetMediaInformationExecute(MediaInformationSession,ExecutorService,int) - function in com.arthenica.ffmpegkit.FFmpegKitConfig
Starts an asynchronous FFprobe execution for the given media information session.
AsyncGetMediaInformationTask - class in com.arthenica.ffmpegkit
Executes a MediaInformation session asynchronously.
AV_LOG_DEBUG - enum entry in com.arthenica.ffmpegkit.Level

Stuff which is only useful for libav* developers.

AV_LOG_ERROR - enum entry in com.arthenica.ffmpegkit.Level

Something went wrong and cannot losslessly be recovered.However, not all future data is affected.

AV_LOG_FATAL - enum entry in com.arthenica.ffmpegkit.Level

Something went wrong and recovery is not possible.For example, no header was found for a format which dependson headers or an illegal combination of parameters is used.

AV_LOG_INFO - enum entry in com.arthenica.ffmpegkit.Level

Standard information.

AV_LOG_PANIC - enum entry in com.arthenica.ffmpegkit.Level

Something went really wrong and we will crash now.

AV_LOG_QUIET - enum entry in com.arthenica.ffmpegkit.Level

Print no output.

AV_LOG_STDERR - enum entry in com.arthenica.ffmpegkit.Level

This log level is defined by FFmpegKit. It is used to specify logs printed to stderr byFFmpeg. Logs that has this level are not filtered and always redirected.

AV_LOG_TRACE - enum entry in com.arthenica.ffmpegkit.Level

Extremely verbose debugging, useful for libav* development.

AV_LOG_VERBOSE - enum entry in com.arthenica.ffmpegkit.Level

Detailed information.

AV_LOG_WARNING - enum entry in com.arthenica.ffmpegkit.Level

Something somehow does not look correct. This may or may notlead to problems. An example would be the use of '-vstrict -2'.

A  C  D  E  F  G  I  L  M  N  P  R  S  T  V