A C D E F G I K L M N P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Abi - Enum in com.arthenica.ffmpegkit
-
Enumeration for Android ABIs.
- ABI_ARM - com.arthenica.ffmpegkit.Abi
-
Represents armeabi ABI
- ABI_ARM64_V8A - com.arthenica.ffmpegkit.Abi
-
Represents arm64-v8a ABI
- ABI_ARMV7A - com.arthenica.ffmpegkit.Abi
-
Represents armeabi-v7a ABI
- ABI_ARMV7A_NEON - com.arthenica.ffmpegkit.Abi
-
Represents armeabi-v7a ABI with NEON support
- ABI_UNKNOWN - com.arthenica.ffmpegkit.Abi
-
Represents not supported ABIs
- ABI_X86 - com.arthenica.ffmpegkit.Abi
-
Represents x86 ABI
- ABI_X86_64 - 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
andMediaInformation
sessions. - AbstractSession(String[], LogCallback, LogRedirectionStrategy) - Constructor for class com.arthenica.ffmpegkit.AbstractSession
-
Creates a new abstract session.
- addLog(Log) - Method in class com.arthenica.ffmpegkit.AbstractSession
- addLog(Log) - Method in interface com.arthenica.ffmpegkit.Session
-
Adds a new log entry for this session.
- addStatistics(Statistics) - Method in class com.arthenica.ffmpegkit.FFmpegSession
-
Adds a new statistics entry for this session.
- ALWAYS_PRINT_LOGS - com.arthenica.ffmpegkit.LogRedirectionStrategy
- apply(FFmpegSession) - Method in interface com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback
-
Called when an FFmpeg session has ended.
- apply(FFprobeSession) - Method in interface com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback
-
Called when an FFprobe session has ended.
- apply(Log) - Method in interface com.arthenica.ffmpegkit.LogCallback
-
Called when a log entry is received.
- apply(MediaInformationSession) - Method in interface com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback
-
Called when a media information session has ended.
- apply(Statistics) - Method in interface com.arthenica.ffmpegkit.StatisticsCallback
-
Called when a statistics entry is received.
- arguments - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Command arguments as an array.
- argumentsToString(String[]) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Concatenates arguments into a string adding a space character between two arguments.
- asyncFFmpegExecute(FFmpegSession) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Starts an asynchronous FFmpeg execution for the given session.
- asyncFFmpegExecute(FFmpegSession, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Starts an asynchronous FFmpeg execution for the given session.
- AsyncFFmpegExecuteTask - Class in com.arthenica.ffmpegkit
-
Executes an FFmpeg session asynchronously.
- AsyncFFmpegExecuteTask(FFmpegSession) - Constructor for class com.arthenica.ffmpegkit.AsyncFFmpegExecuteTask
- asyncFFprobeExecute(FFprobeSession) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Starts an asynchronous FFprobe execution for the given session.
- asyncFFprobeExecute(FFprobeSession, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Starts an asynchronous FFprobe execution for the given session.
- AsyncFFprobeExecuteTask - Class in com.arthenica.ffmpegkit
-
Executes an FFprobe session asynchronously.
- AsyncFFprobeExecuteTask(FFprobeSession) - Constructor for class com.arthenica.ffmpegkit.AsyncFFprobeExecuteTask
- asyncGetMediaInformationExecute(MediaInformationSession, int) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Starts an asynchronous FFprobe execution for the given media information session.
- asyncGetMediaInformationExecute(MediaInformationSession, ExecutorService, int) - Static method in class 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.
- AsyncGetMediaInformationTask(MediaInformationSession) - Constructor for class com.arthenica.ffmpegkit.AsyncGetMediaInformationTask
- AsyncGetMediaInformationTask(MediaInformationSession, Integer) - Constructor for class com.arthenica.ffmpegkit.AsyncGetMediaInformationTask
- AV_LOG_DEBUG - com.arthenica.ffmpegkit.Level
-
Stuff which is only useful for libav* developers.
- AV_LOG_ERROR - com.arthenica.ffmpegkit.Level
-
Something went wrong and cannot losslessly be recovered.
- AV_LOG_FATAL - com.arthenica.ffmpegkit.Level
-
Something went wrong and recovery is not possible.
- AV_LOG_INFO - com.arthenica.ffmpegkit.Level
-
Standard information.
- AV_LOG_PANIC - com.arthenica.ffmpegkit.Level
-
Something went really wrong and we will crash now.
- AV_LOG_QUIET - com.arthenica.ffmpegkit.Level
-
Print no output.
- AV_LOG_STDERR - com.arthenica.ffmpegkit.Level
-
This log level is defined by FFmpegKit.
- AV_LOG_TRACE - com.arthenica.ffmpegkit.Level
-
Extremely verbose debugging, useful for libav* development.
- AV_LOG_VERBOSE - com.arthenica.ffmpegkit.Level
-
Detailed information.
- AV_LOG_WARNING - com.arthenica.ffmpegkit.Level
-
Something somehow does not look correct.
C
- cancel() - Method in class com.arthenica.ffmpegkit.AbstractSession
- cancel() - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Cancels all running sessions.
- cancel() - Method in interface com.arthenica.ffmpegkit.Session
-
Cancels running the session.
- cancel(long) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Cancels the session specified with
sessionId
. - CANCEL - Static variable in class com.arthenica.ffmpegkit.ReturnCode
- Chapter - Class in com.arthenica.ffmpegkit
- Chapter(JSONObject) - Constructor for class com.arthenica.ffmpegkit.Chapter
- clearSessions() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Clears all, including ongoing, sessions in the session history.
- closeFFmpegPipe(String) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Closes a previously created
FFmpeg
pipe. - com.arthenica.ffmpegkit - package com.arthenica.ffmpegkit
- COMPLETED - com.arthenica.ffmpegkit.SessionState
- create(String[]) - Static method in class com.arthenica.ffmpegkit.FFmpegSession
-
Builds a new FFmpeg session.
- create(String[]) - Static method in class com.arthenica.ffmpegkit.FFprobeSession
-
Builds a new FFprobe session.
- create(String[]) - Static method in class com.arthenica.ffmpegkit.MediaInformationSession
-
Creates a new media information session.
- create(String[], FFmpegSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegSession
-
Builds a new FFmpeg session.
- create(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegSession
-
Builds a new FFmpeg session.
- create(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback, LogRedirectionStrategy) - Static method in class com.arthenica.ffmpegkit.FFmpegSession
-
Builds a new FFmpeg session.
- create(String[], FFprobeSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFprobeSession
-
Builds a new FFprobe session.
- create(String[], FFprobeSessionCompleteCallback, LogCallback) - Static method in class com.arthenica.ffmpegkit.FFprobeSession
-
Builds a new FFprobe session.
- create(String[], FFprobeSessionCompleteCallback, LogCallback, LogRedirectionStrategy) - Static method in class com.arthenica.ffmpegkit.FFprobeSession
-
Builds a new FFprobe session.
- create(String[], MediaInformationSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.MediaInformationSession
-
Creates a new media information session.
- create(String[], MediaInformationSessionCompleteCallback, LogCallback) - Static method in class com.arthenica.ffmpegkit.MediaInformationSession
-
Creates a new media information session.
- CREATED - com.arthenica.ffmpegkit.SessionState
- createTime - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Date and time the session was created.
D
- DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT - Static variable in class com.arthenica.ffmpegkit.AbstractSession
-
Defines how long default "getAll" methods wait, in milliseconds.
- disableRedirection() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Disables log and statistics redirection.
E
- enableFFmpegSessionCompleteCallback(FFmpegSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets a global FFmpegSessionCompleteCallback to receive execution results for FFmpeg sessions.
- enableFFprobeSessionCompleteCallback(FFprobeSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets a global FFprobeSessionCompleteCallback to receive execution results for FFprobe sessions.
- enableLogCallback(LogCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets a global callback to redirect FFmpeg/FFprobe logs.
- enableMediaInformationSessionCompleteCallback(MediaInformationSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets a global MediaInformationSessionCompleteCallback to receive execution results for MediaInformation sessions.
- enableRedirection() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Enables log and statistics redirection.
- enableStatisticsCallback(StatisticsCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets a global callback to redirect FFmpeg statistics.
- endTime - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Date and time the session has ended.
- execute(String) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Synchronously executes FFmpeg command provided.
- execute(String) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Synchronously executes FFprobe command provided.
- executeAsync(String, FFmpegSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution for the given command.
- executeAsync(String, FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution for the given command.
- executeAsync(String, FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution for the given command.
- executeAsync(String, FFmpegSessionCompleteCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution for the given command.
- executeAsync(String, FFprobeSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution for the given command.
- executeAsync(String, FFprobeSessionCompleteCallback, LogCallback) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution for the given command.
- executeAsync(String, FFprobeSessionCompleteCallback, LogCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution for the given command.
- executeAsync(String, FFprobeSessionCompleteCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution for the given command.
- executeWithArguments(String[]) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Synchronously executes FFmpeg with arguments provided.
- executeWithArguments(String[]) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Synchronously executes FFprobe with arguments provided.
- executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution with arguments provided.
- executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution with arguments provided.
- executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution with arguments provided.
- executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Starts an asynchronous FFmpeg execution with arguments provided.
- executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution with arguments provided.
- executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback, LogCallback) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution with arguments provided.
- executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback, LogCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution with arguments provided.
- executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution with arguments provided.
F
- FAILED - com.arthenica.ffmpegkit.SessionState
- failStackTrace - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Stack trace of the error received while trying to execute this session.
- ffmpegExecute(FFmpegSession) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Synchronously executes the FFmpeg session provided.
- FFmpegKit - Class in com.arthenica.ffmpegkit
-
Main class to run
FFmpeg
commands. - FFmpegKitConfig - Class in com.arthenica.ffmpegkit
-
Configuration class of
FFmpegKit
library. - FFmpegSession - Class in com.arthenica.ffmpegkit
-
An FFmpeg session.
- FFmpegSessionCompleteCallback - Interface in com.arthenica.ffmpegkit
-
Callback function that is invoked when an asynchronous
FFmpeg
session has ended. - ffprobeExecute(FFprobeSession) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Synchronously executes the FFprobe session provided.
- FFprobeKit - Class in com.arthenica.ffmpegkit
-
Main class to run
FFprobe
commands. - FFprobeSession - Class in com.arthenica.ffmpegkit
-
An FFprobe session.
- FFprobeSessionCompleteCallback - Interface in com.arthenica.ffmpegkit
-
Callback function that is invoked when an asynchronous
FFprobe
session has ended. - from(int) - Static method in enum com.arthenica.ffmpegkit.Level
-
Returns the enumeration defined by provided value.
- from(String) - Static method in enum com.arthenica.ffmpegkit.Abi
-
Returns the enumeration defined for the given ABI name.
- from(String) - Static method in class com.arthenica.ffmpegkit.MediaInformationJsonParser
-
Extracts
MediaInformation
from the given FFprobe json output. - fromWithError(String) - Static method in class com.arthenica.ffmpegkit.MediaInformationJsonParser
-
Extracts MediaInformation from the given FFprobe json output.
- future - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Future created for sessions executed asynchronously.
G
- getAbi() - Static method in class com.arthenica.ffmpegkit.AbiDetect
-
Returns the ABI name loaded.
- getAllLogs() - Method in class com.arthenica.ffmpegkit.AbstractSession
-
Returns all log entries generated for this session.
- getAllLogs() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns all log entries generated for this session.
- getAllLogs(int) - Method in class com.arthenica.ffmpegkit.AbstractSession
- getAllLogs(int) - Method in interface com.arthenica.ffmpegkit.Session
-
Returns all log entries generated for this session.
- getAllLogsAsString() - Method in class com.arthenica.ffmpegkit.AbstractSession
-
Returns all log entries generated for this session as a concatenated string.
- getAllLogsAsString() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns all log entries generated for this session as a concatenated string.
- getAllLogsAsString(int) - Method in class com.arthenica.ffmpegkit.AbstractSession
- getAllLogsAsString(int) - Method in interface com.arthenica.ffmpegkit.Session
-
Returns all log entries generated for this session as a concatenated string.
- getAllProperties() - Method in class com.arthenica.ffmpegkit.Chapter
-
Returns all chapter properties defined.
- getAllProperties() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns all properties defined.
- getAllProperties() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns all stream properties defined.
- getAllStatistics() - Method in class com.arthenica.ffmpegkit.FFmpegSession
-
Returns all statistics entries generated for this session.
- getAllStatistics(int) - Method in class com.arthenica.ffmpegkit.FFmpegSession
-
Returns all statistics entries generated for this session.
- getArguments() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getArguments() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns command arguments as an array.
- getAsyncConcurrencyLimit() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the maximum number of async sessions that will be executed in parallel.
- getAverageFrameRate() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns display aspect ratio.
- getBitrate() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns bitrate.
- getBitrate() - Method in class com.arthenica.ffmpegkit.Statistics
- getBitrate() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns bitrate.
- getBuildDate() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns FFmpegKit library build date.
- getChannelLayout() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns channel layout.
- getChapters() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns all chapters.
- getCodec() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns stream codec.
- getCodecLong() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns stream codec in long format.
- getCodecTimeBase() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns codec time base.
- getCommand() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getCommand() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns command arguments as a concatenated string.
- getCompleteCallback() - Method in class com.arthenica.ffmpegkit.FFmpegSession
-
Returns the session specific complete callback.
- getCompleteCallback() - Method in class com.arthenica.ffmpegkit.FFprobeSession
-
Returns the session specific complete callback.
- getCompleteCallback() - Method in class com.arthenica.ffmpegkit.MediaInformationSession
-
Returns the session specific complete callback.
- getCpuAbi() - Static method in class com.arthenica.ffmpegkit.AbiDetect
-
Returns the ABI name of the cpu running.
- getCreateTime() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getCreateTime() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns session create time.
- getDisplayAspectRatio() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns display aspect ratio.
- getDuration() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getDuration() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns duration.
- getDuration() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the time taken to execute this session.
- getEnd() - Method in class com.arthenica.ffmpegkit.Chapter
- getEndTime() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getEndTime() - Method in class com.arthenica.ffmpegkit.Chapter
- getEndTime() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns session end time.
- getExternalLibraries() - Static method in class com.arthenica.ffmpegkit.Packages
-
Returns enabled external libraries by FFmpeg.
- getFailStackTrace() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getFailStackTrace() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the stack trace of the exception received while executing this session.
- getFFmpegSessionCompleteCallback() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the global FFmpegSessionCompleteCallback set.
- getFFmpegSessions() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns all FFmpeg sessions in the session history.
- getFFmpegVersion() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the version of FFmpeg bundled within
FFmpegKit
library. - getFFprobeSessionCompleteCallback() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the global FFprobeSessionCompleteCallback set.
- getFFprobeSessions() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns all FFprobe sessions in the session history.
- getFilename() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns file name.
- getFormat() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns format.
- getFormat() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns stream format.
- getFormatProperties() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns all format properties defined.
- getFormatProperty(String) - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns the format property associated with the key.
- getFuture() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getFuture() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the future created for this session, if it is executed asynchronously.
- getHeight() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns height.
- getId() - Method in class com.arthenica.ffmpegkit.Chapter
- getIndex() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns stream index.
- getLastCompletedSession() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the last session completed from the session history.
- getLastReceivedStatistics() - Method in class com.arthenica.ffmpegkit.FFmpegSession
-
Returns the last received statistics entry.
- getLastSession() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the last session created from the session history.
- getLevel() - Method in class com.arthenica.ffmpegkit.Log
- getLogCallback() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getLogCallback() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the session specific log callback.
- getLogLevel() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the current log level.
- getLogRedirectionStrategy() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getLogRedirectionStrategy() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the active log redirection strategy.
- getLogRedirectionStrategy() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns session specific log redirection strategy.
- getLogs() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getLogs() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns all log entries delivered for this session.
- getLogsAsString() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getLogsAsString() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns all log entries delivered for this session as a concatenated string.
- getLongFormat() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns long format.
- getMediaInformation() - Method in class com.arthenica.ffmpegkit.MediaInformationSession
-
Returns the media information extracted in this session.
- getMediaInformation(String) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Extracts media information for the file specified with path.
- getMediaInformation(String, int) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Extracts media information for the file specified with path.
- getMediaInformationAsync(String, MediaInformationSessionCompleteCallback) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution to extract the media information for the specified file.
- getMediaInformationAsync(String, MediaInformationSessionCompleteCallback, LogCallback, int) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution to extract the media information for the specified file.
- getMediaInformationAsync(String, MediaInformationSessionCompleteCallback, LogCallback, ExecutorService, int) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution to extract the media information for the specified file.
- getMediaInformationAsync(String, MediaInformationSessionCompleteCallback, ExecutorService) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution to extract the media information for the specified file.
- getMediaInformationExecute(MediaInformationSession, int) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Synchronously executes the media information session provided.
- getMediaInformationFromCommand(String) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Extracts media information using the command provided.
- getMediaInformationFromCommandAsync(String, MediaInformationSessionCompleteCallback, LogCallback, int) - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Starts an asynchronous FFprobe execution to extract media information using a command.
- getMediaInformationSessionCompleteCallback() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the global MediaInformationSessionCompleteCallback set.
- getMediaInformationSessions() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns all MediaInformation sessions in the session history.
- getMessage() - Method in class com.arthenica.ffmpegkit.Log
- getName() - Method in enum com.arthenica.ffmpegkit.Abi
-
Returns the ABI name.
- getNumberFormatProperty(String) - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns the format property associated with the key.
- getNumberProperty(String) - Method in class com.arthenica.ffmpegkit.Chapter
-
Returns the chapter property associated with the key.
- getNumberProperty(String) - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns the property associated with the key.
- getNumberProperty(String) - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns the stream property associated with the key.
- getOutput() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getOutput() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the log output generated while running the session.
- getPackageName() - Static method in class com.arthenica.ffmpegkit.Packages
-
Returns the FFmpegKit binary package name.
- getProperty(String) - Method in class com.arthenica.ffmpegkit.Chapter
-
Returns the chapter property associated with the key.
- getProperty(String) - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns the property associated with the key.
- getProperty(String) - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns the stream property associated with the key.
- getRealFrameRate() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns real frame rate.
- getReturnCode() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getReturnCode() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the return code for this session.
- getSafParameter(Context, Uri, String) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Converts the given Structured Access Framework Uri (
"content:…"
) into an SAF protocol url that can be used in FFmpeg and FFprobe commands. - getSafParameterForRead(Context, Uri) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Converts the given Structured Access Framework Uri (
"content:…"
) into an SAF protocol url that can be used in FFmpeg and FFprobe commands. - getSafParameterForWrite(Context, Uri) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Converts the given Structured Access Framework Uri (
"content:…"
) into an SAF protocol url that can be used in FFmpeg and FFprobe commands. - getSampleAspectRatio() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns sample aspect ratio.
- getSampleFormat() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns sample format.
- getSampleRate() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns sample rate.
- getSession(long) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the session specified with
sessionId
from the session history. - getSessionHistorySize() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the session history size.
- getSessionId() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getSessionId() - Method in class com.arthenica.ffmpegkit.Log
- getSessionId() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the session identifier.
- getSessionId() - Method in class com.arthenica.ffmpegkit.Statistics
- getSessions() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns all sessions in the session history.
- getSessionsByState(SessionState) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns sessions that have the given state.
- getSize() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns size.
- getSize() - Method in class com.arthenica.ffmpegkit.Statistics
- getSpeed() - Method in class com.arthenica.ffmpegkit.Statistics
- getStart() - Method in class com.arthenica.ffmpegkit.Chapter
- getStartTime() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getStartTime() - Method in class com.arthenica.ffmpegkit.Chapter
- getStartTime() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns start time.
- getStartTime() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns session start time.
- getState() - Method in class com.arthenica.ffmpegkit.AbstractSession
- getState() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns the state of the session.
- getStatistics() - Method in class com.arthenica.ffmpegkit.FFmpegSession
-
Returns all statistics entries delivered for this session.
- getStatisticsCallback() - Method in class com.arthenica.ffmpegkit.FFmpegSession
-
Returns the session specific statistics callback.
- getStreams() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns all streams.
- getStringFormatProperty(String) - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns the format property associated with the key.
- getStringProperty(String) - Method in class com.arthenica.ffmpegkit.Chapter
-
Returns the chapter property associated with the key.
- getStringProperty(String) - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns the property associated with the key.
- getStringProperty(String) - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns the stream property associated with the key.
- getSupportedCameraIds(Context) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the list of camera ids supported.
- getTags() - Method in class com.arthenica.ffmpegkit.Chapter
- getTags() - Method in class com.arthenica.ffmpegkit.MediaInformation
-
Returns all tags.
- getTags() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns all tags.
- getTime() - Method in class com.arthenica.ffmpegkit.Statistics
- getTimeBase() - Method in class com.arthenica.ffmpegkit.Chapter
- getTimeBase() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns time base.
- getType() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns stream type.
- getValue() - Method in enum com.arthenica.ffmpegkit.Level
-
Returns level value.
- getValue() - Method in class com.arthenica.ffmpegkit.ReturnCode
- getValue() - Method in enum com.arthenica.ffmpegkit.Signal
- getVersion() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns FFmpegKit library version.
- getVideoFps() - Method in class com.arthenica.ffmpegkit.Statistics
- getVideoFrameNumber() - Method in class com.arthenica.ffmpegkit.Statistics
- getVideoQuality() - Method in class com.arthenica.ffmpegkit.Statistics
- getWidth() - Method in class com.arthenica.ffmpegkit.StreamInformation
-
Returns width.
I
- ignoreSignal(Signal) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Registers a new ignored signal.
- isCancel(ReturnCode) - Static method in class com.arthenica.ffmpegkit.ReturnCode
- isFFmpeg() - Method in class com.arthenica.ffmpegkit.FFmpegSession
- isFFmpeg() - Method in class com.arthenica.ffmpegkit.FFprobeSession
- isFFmpeg() - Method in class com.arthenica.ffmpegkit.MediaInformationSession
- isFFmpeg() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns whether it is an
FFmpeg
session or not. - isFFprobe() - Method in class com.arthenica.ffmpegkit.FFmpegSession
- isFFprobe() - Method in class com.arthenica.ffmpegkit.FFprobeSession
- isFFprobe() - Method in class com.arthenica.ffmpegkit.MediaInformationSession
- isFFprobe() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns whether it is an
FFprobe
session or not. - isLTSBuild() - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns whether FFmpegKit release is a Long Term Release or not.
- isMediaInformation() - Method in class com.arthenica.ffmpegkit.FFmpegSession
- isMediaInformation() - Method in class com.arthenica.ffmpegkit.FFprobeSession
- isMediaInformation() - Method in class com.arthenica.ffmpegkit.MediaInformationSession
- isMediaInformation() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns whether it is a
MediaInformation
session or not. - isSuccess(ReturnCode) - Static method in class com.arthenica.ffmpegkit.ReturnCode
- isValueCancel() - Method in class com.arthenica.ffmpegkit.ReturnCode
- isValueError() - Method in class com.arthenica.ffmpegkit.ReturnCode
- isValueSuccess() - Method in class com.arthenica.ffmpegkit.ReturnCode
K
- KEY_AVERAGE_FRAME_RATE - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_BIT_RATE - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_BIT_RATE - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_CHANNEL_LAYOUT - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_CHAPTERS - Static variable in class com.arthenica.ffmpegkit.MediaInformationJsonParser
- KEY_CODEC - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_CODEC_LONG - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_CODEC_TIME_BASE - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_DISPLAY_ASPECT_RATIO - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_DURATION - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_END - Static variable in class com.arthenica.ffmpegkit.Chapter
- KEY_END_TIME - Static variable in class com.arthenica.ffmpegkit.Chapter
- KEY_FILENAME - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_FORMAT - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_FORMAT - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_FORMAT_LONG - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_FORMAT_PROPERTIES - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_HEIGHT - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_ID - Static variable in class com.arthenica.ffmpegkit.Chapter
- KEY_INDEX - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_REAL_FRAME_RATE - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_SAMPLE_ASPECT_RATIO - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_SAMPLE_FORMAT - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_SAMPLE_RATE - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_SIZE - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_START - Static variable in class com.arthenica.ffmpegkit.Chapter
- KEY_START_TIME - Static variable in class com.arthenica.ffmpegkit.Chapter
- KEY_START_TIME - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_STREAMS - Static variable in class com.arthenica.ffmpegkit.MediaInformationJsonParser
- KEY_TAGS - Static variable in class com.arthenica.ffmpegkit.Chapter
- KEY_TAGS - Static variable in class com.arthenica.ffmpegkit.MediaInformation
- KEY_TAGS - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_TIME_BASE - Static variable in class com.arthenica.ffmpegkit.Chapter
- KEY_TIME_BASE - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_TYPE - Static variable in class com.arthenica.ffmpegkit.StreamInformation
- KEY_WIDTH - Static variable in class com.arthenica.ffmpegkit.StreamInformation
L
- Level - Enum in com.arthenica.ffmpegkit
-
Enumeration type for log levels.
- listFFprobeSessions() - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Lists all FFprobe sessions in the session history.
- listMediaInformationSessions() - Static method in class com.arthenica.ffmpegkit.FFprobeKit
-
Lists all MediaInformation sessions in the session history.
- listSessions() - Static method in class com.arthenica.ffmpegkit.FFmpegKit
-
Lists all FFmpeg sessions in the session history.
- Log - Class in com.arthenica.ffmpegkit
-
Log entry for an
FFmpegKit
session. - Log(long, Level, String) - Constructor for class com.arthenica.ffmpegkit.Log
- logCallback - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Session specific log callback.
- LogCallback - Interface in com.arthenica.ffmpegkit
-
Callback function that receives logs generated for
FFmpegKit
sessions. - logRedirectionStrategy - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Session specific log redirection strategy.
- LogRedirectionStrategy - Enum in com.arthenica.ffmpegkit
- logs - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Log entries received for this session.
- logsLock - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Log entry lock.
M
- MediaInformation - Class in com.arthenica.ffmpegkit
-
Media information class.
- MediaInformation(JSONObject, List<StreamInformation>, List<Chapter>) - Constructor for class com.arthenica.ffmpegkit.MediaInformation
- MediaInformationJsonParser - Class in com.arthenica.ffmpegkit
-
A parser that constructs
MediaInformation
from FFprobe's json output. - MediaInformationJsonParser() - Constructor for class com.arthenica.ffmpegkit.MediaInformationJsonParser
- MediaInformationSession - Class in com.arthenica.ffmpegkit
-
A custom FFprobe session, which produces a
MediaInformation
object using the FFprobe output. - MediaInformationSessionCompleteCallback - Interface in com.arthenica.ffmpegkit
-
Callback function that is invoked when an asynchronous
MediaInformation
session has ended. - messagesInTransmit(long) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Returns the number of native messages that are not transmitted to the Java callbacks for this session natively.
N
- NativeLoader - Class in com.arthenica.ffmpegkit
-
Responsible of loading native libraries.
- NativeLoader() - Constructor for class com.arthenica.ffmpegkit.NativeLoader
- NEVER_PRINT_LOGS - com.arthenica.ffmpegkit.LogRedirectionStrategy
P
- Packages - Class in com.arthenica.ffmpegkit
-
Helper class to extract binary package information.
- Packages() - Constructor for class com.arthenica.ffmpegkit.Packages
- parseArguments(String) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Parses the given command into arguments.
- PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED - com.arthenica.ffmpegkit.LogRedirectionStrategy
- PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED - com.arthenica.ffmpegkit.LogRedirectionStrategy
- PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED - com.arthenica.ffmpegkit.LogRedirectionStrategy
- printToLogcat(int, String) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Prints the given string to Logcat using the given priority.
R
- registerNewFFmpegPipe(Context) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Creates a new named pipe to use in
FFmpeg
operations. - returnCode - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Return code for the completed sessions.
- ReturnCode - Class in com.arthenica.ffmpegkit
- ReturnCode(int) - Constructor for class com.arthenica.ffmpegkit.ReturnCode
- run() - Method in class com.arthenica.ffmpegkit.AsyncFFmpegExecuteTask
- run() - Method in class com.arthenica.ffmpegkit.AsyncFFprobeExecuteTask
- run() - Method in class com.arthenica.ffmpegkit.AsyncGetMediaInformationTask
- RUNNING - com.arthenica.ffmpegkit.SessionState
S
- Session - Interface in com.arthenica.ffmpegkit
-
Common interface for all
FFmpegKit
sessions. - sessionId - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Session identifier.
- sessionIdGenerator - Static variable in class com.arthenica.ffmpegkit.AbstractSession
-
Generates unique ids for sessions.
- SessionState - Enum in com.arthenica.ffmpegkit
- sessionStateToString(SessionState) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Converts session state to string.
- setAsyncConcurrencyLimit(int) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets the maximum number of async sessions that will be executed in parallel.
- setBitrate(double) - Method in class com.arthenica.ffmpegkit.Statistics
- setEnvironmentVariable(String, String) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets an environment variable.
- setFontconfigConfigurationPath(String) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets and overrides
fontconfig
configuration directory. - setFontDirectory(Context, String, Map<String, String>) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Registers the fonts inside the given path, so they become available to use in FFmpeg filters.
- setFontDirectoryList(Context, List<String>, Map<String, String>) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Registers the fonts inside the given list of font directories, so they become available to use in FFmpeg filters.
- setLogLevel(Level) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets the log level.
- setLogRedirectionStrategy(LogRedirectionStrategy) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets the log redirection strategy
- setMediaInformation(MediaInformation) - Method in class com.arthenica.ffmpegkit.MediaInformationSession
-
Sets the media information extracted in this session.
- setSessionHistorySize(int) - Static method in class com.arthenica.ffmpegkit.FFmpegKitConfig
-
Sets the session history size.
- setSessionId(long) - Method in class com.arthenica.ffmpegkit.Statistics
- setSize(long) - Method in class com.arthenica.ffmpegkit.Statistics
- setSpeed(double) - Method in class com.arthenica.ffmpegkit.Statistics
- setTime(int) - Method in class com.arthenica.ffmpegkit.Statistics
- setVideoFps(float) - Method in class com.arthenica.ffmpegkit.Statistics
- setVideoFrameNumber(int) - Method in class com.arthenica.ffmpegkit.Statistics
- setVideoQuality(float) - Method in class com.arthenica.ffmpegkit.Statistics
- SIGINT - com.arthenica.ffmpegkit.Signal
- Signal - Enum in com.arthenica.ffmpegkit
-
Lists signals handled by FFmpegKit library.
- SIGPIPE - com.arthenica.ffmpegkit.Signal
- SIGQUIT - com.arthenica.ffmpegkit.Signal
- SIGTERM - com.arthenica.ffmpegkit.Signal
- SIGXCPU - com.arthenica.ffmpegkit.Signal
- startTime - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
Date and time the session was started.
- state - Variable in class com.arthenica.ffmpegkit.AbstractSession
-
State of the session.
- Statistics - Class in com.arthenica.ffmpegkit
-
Statistics entry for an FFmpeg execute session.
- Statistics(long, int, float, float, long, int, double, double) - Constructor for class com.arthenica.ffmpegkit.Statistics
- StatisticsCallback - Interface in com.arthenica.ffmpegkit
-
Callback function that receives statistics generated for
FFmpegKit
sessions. - StreamInformation - Class in com.arthenica.ffmpegkit
-
Stream information class.
- StreamInformation(JSONObject) - Constructor for class com.arthenica.ffmpegkit.StreamInformation
- SUCCESS - Static variable in class com.arthenica.ffmpegkit.ReturnCode
T
- thereAreAsynchronousMessagesInTransmit() - Method in class com.arthenica.ffmpegkit.AbstractSession
- thereAreAsynchronousMessagesInTransmit() - Method in interface com.arthenica.ffmpegkit.Session
-
Returns whether there are still asynchronous messages being transmitted for this session or not.
- toString() - Method in class com.arthenica.ffmpegkit.FFmpegSession
- toString() - Method in class com.arthenica.ffmpegkit.FFprobeSession
- toString() - Method in class com.arthenica.ffmpegkit.Log
- toString() - Method in class com.arthenica.ffmpegkit.MediaInformationSession
- toString() - Method in class com.arthenica.ffmpegkit.ReturnCode
- toString() - Method in class com.arthenica.ffmpegkit.Statistics
V
- valueOf(String) - Static method in enum com.arthenica.ffmpegkit.Abi
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arthenica.ffmpegkit.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arthenica.ffmpegkit.LogRedirectionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arthenica.ffmpegkit.SessionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arthenica.ffmpegkit.Signal
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.arthenica.ffmpegkit.Abi
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.arthenica.ffmpegkit.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.arthenica.ffmpegkit.LogRedirectionStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.arthenica.ffmpegkit.SessionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.arthenica.ffmpegkit.Signal
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitForAsynchronousMessagesInTransmit(int) - Method in class com.arthenica.ffmpegkit.AbstractSession
-
Waits for all asynchronous messages to be transmitted until the given timeout.
All Classes All Packages