<dt><ahref="com/arthenica/ffmpegkit/Abi.html"title="enum in com.arthenica.ffmpegkit"><spanclass="typeNameLink">Abi</span></a> - Enum in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Enumeration for Android ABIs.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/AbiDetect.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">AbiDetect</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Detects the running ABI name natively using Google <code>cpu-features</code> library.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">AbstractSession</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Abstract session implementation which includes common features shared by <code>FFmpeg</code>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#AbstractSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.LogRedirectionStrategy-">AbstractSession(String[], ExecuteCallback, LogCallback, LogRedirectionStrategy)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#addLog-com.arthenica.ffmpegkit.Log-">addLog(Log)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#addLog-com.arthenica.ffmpegkit.Log-">addLog(Log)</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#addStatistics-com.arthenica.ffmpegkit.Statistics-">addStatistics(Statistics)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ExecuteCallback.html#apply-com.arthenica.ffmpegkit.Session-">apply(Session)</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ExecuteCallback.html"title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/LogCallback.html#apply-com.arthenica.ffmpegkit.Log-">apply(Log)</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/LogCallback.html"title="interface in com.arthenica.ffmpegkit">LogCallback</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StatisticsCallback.html#apply-com.arthenica.ffmpegkit.Statistics-">apply(Statistics)</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StatisticsCallback.html"title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a></dt>
<divclass="block">Called when a statistics entry is received.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#arguments">arguments</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Command arguments as an array.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#argumentsToString-java.lang.String:A-">argumentsToString(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFmpegExecute-com.arthenica.ffmpegkit.FFmpegSession-">asyncFFmpegExecute(FFmpegSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFmpegExecute-com.arthenica.ffmpegkit.FFmpegSession-java.util.concurrent.ExecutorService-">asyncFFmpegExecute(FFmpegSession, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<divclass="block">Asynchronously executes the FFmpeg session provided.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">AsyncFFmpegExecuteTask</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Executes an FFmpeg session asynchronously.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html#AsyncFFmpegExecuteTask-com.arthenica.ffmpegkit.FFmpegSession-">AsyncFFmpegExecuteTask(FFmpegSession)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html"title="class in com.arthenica.ffmpegkit">AsyncFFmpegExecuteTask</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFprobeExecute-com.arthenica.ffmpegkit.FFprobeSession-">asyncFFprobeExecute(FFprobeSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFprobeExecute-com.arthenica.ffmpegkit.FFprobeSession-java.util.concurrent.ExecutorService-">asyncFFprobeExecute(FFprobeSession, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<divclass="block">Asynchronously executes the FFprobe session provided.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">AsyncFFprobeExecuteTask</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Executes an FFprobe session asynchronously.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html#AsyncFFprobeExecuteTask-com.arthenica.ffmpegkit.FFprobeSession-">AsyncFFprobeExecuteTask(FFprobeSession)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html"title="class in com.arthenica.ffmpegkit">AsyncFFprobeExecuteTask</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncGetMediaInformationExecute-com.arthenica.ffmpegkit.MediaInformationSession-int-">asyncGetMediaInformationExecute(MediaInformationSession, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncGetMediaInformationExecute-com.arthenica.ffmpegkit.MediaInformationSession-java.util.concurrent.ExecutorService-int-">asyncGetMediaInformationExecute(MediaInformationSession, ExecutorService, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<divclass="block">Asynchronously executes the media information session provided.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">AsyncGetMediaInformationTask</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Executes a MediaInformation session asynchronously.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html#AsyncGetMediaInformationTask-com.arthenica.ffmpegkit.MediaInformationSession-">AsyncGetMediaInformationTask(MediaInformationSession)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html"title="class in com.arthenica.ffmpegkit">AsyncGetMediaInformationTask</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html#AsyncGetMediaInformationTask-com.arthenica.ffmpegkit.MediaInformationSession-java.lang.Integer-">AsyncGetMediaInformationTask(MediaInformationSession, Integer)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html"title="class in com.arthenica.ffmpegkit">AsyncGetMediaInformationTask</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#cancel--">cancel()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#cancel--">cancel()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#cancel-long-">cancel(long)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<divclass="block">Cancels the session specified with <code>sessionId</code>.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#CANCEL">CANCEL</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#cancel--">cancel()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<divclass="block">Cancels running the session.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#clearSessions--">clearSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<divclass="block">Clears all, including ongoing, sessions in the session history.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#closeFFmpegPipe-java.lang.String-">closeFFmpegPipe(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#createTime">createTime</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Date and time the session was created.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT">DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Defines how long default "getAll" methods wait, in milliseconds.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#disableRedirection--">disableRedirection()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableExecuteCallback-com.arthenica.ffmpegkit.ExecuteCallback-">enableExecuteCallback(ExecuteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableLogCallback-com.arthenica.ffmpegkit.LogCallback-">enableLogCallback(LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableRedirection--">enableRedirection()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableStatisticsCallback-com.arthenica.ffmpegkit.StatisticsCallback-">enableStatisticsCallback(StatisticsCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<divclass="block">Sets a global callback function to redirect FFmpeg statistics.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#endTime">endTime</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Date and time the session has ended.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#execute-java.lang.String:A-">execute(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#execute-java.lang.String-">execute(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#execute-java.lang.String:A-">execute(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#execute-java.lang.String-">execute(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-">executeAsync(String[], ExecuteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-">executeAsync(String[], ExecuteCallback, LogCallback, StatisticsCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">executeAsync(String[], ExecuteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-java.util.concurrent.ExecutorService-">executeAsync(String[], ExecuteCallback, LogCallback, StatisticsCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-">executeAsync(String, ExecuteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-">executeAsync(String, ExecuteCallback, LogCallback, StatisticsCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">executeAsync(String, ExecuteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-java.util.concurrent.ExecutorService-">executeAsync(String, ExecuteCallback, LogCallback, StatisticsCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-">executeAsync(String[], ExecuteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-">executeAsync(String[], ExecuteCallback, LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">executeAsync(String[], ExecuteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-java.util.concurrent.ExecutorService-">executeAsync(String[], ExecuteCallback, LogCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-">executeAsync(String, ExecuteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-">executeAsync(String, ExecuteCallback, LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">executeAsync(String, ExecuteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-java.util.concurrent.ExecutorService-">executeAsync(String, ExecuteCallback, LogCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#executeCallback">executeCallback</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Session specific execute callback function.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/ExecuteCallback.html"title="interface in com.arthenica.ffmpegkit"><spanclass="typeNameLink">ExecuteCallback</span></a> - Interface in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Callback function invoked when an asynchronous session ends running.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#failStackTrace">failStackTrace</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Stack trace of the error received while trying to execute this session.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#ffmpegExecute-com.arthenica.ffmpegkit.FFmpegSession-">ffmpegExecute(FFmpegSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<divclass="block">Synchronously executes the FFmpeg session provided.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">FFmpegKit</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Main class to run <code>FFmpeg</code> commands.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">FFmpegKitConfig</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Configuration class of <code>FFmpegKit</code> library.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">FFmpegSession</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#FFmpegSession-java.lang.String:A-">FFmpegSession(String[])</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#FFmpegSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-">FFmpegSession(String[], ExecuteCallback)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#FFmpegSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-">FFmpegSession(String[], ExecuteCallback, LogCallback, StatisticsCallback)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#FFmpegSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.StatisticsCallback-com.arthenica.ffmpegkit.LogRedirectionStrategy-">FFmpegSession(String[], ExecuteCallback, LogCallback, StatisticsCallback, LogRedirectionStrategy)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#ffprobeExecute-com.arthenica.ffmpegkit.FFprobeSession-">ffprobeExecute(FFprobeSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<divclass="block">Synchronously executes the FFprobe session provided.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">FFprobeKit</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Main class to run <code>FFprobe</code> commands.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">FFprobeSession</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeSession.html#FFprobeSession-java.lang.String:A-">FFprobeSession(String[])</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeSession.html#FFprobeSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-">FFprobeSession(String[], ExecuteCallback)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeSession.html#FFprobeSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-">FFprobeSession(String[], ExecuteCallback, LogCallback)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeSession.html#FFprobeSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-com.arthenica.ffmpegkit.LogRedirectionStrategy-">FFprobeSession(String[], ExecuteCallback, LogCallback, LogRedirectionStrategy)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Abi.html#from-java.lang.String-">from(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Abi.html"title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Level.html#from-int-">from(int)</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Level.html"title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#from-java.lang.String-">from(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationJsonParser.html"title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#fromWithError-java.lang.String-">fromWithError(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationJsonParser.html"title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<divclass="block">Extracts MediaInformation from the given FFprobe json output.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#future">future</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Future created for sessions executed asynchronously.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbiDetect.html#getAbi--">getAbi()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbiDetect.html"title="class in com.arthenica.ffmpegkit">AbiDetect</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogs-int-">getAllLogs(int)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogs--">getAllLogs()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getAllLogs-int-">getAllLogs(int)</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getAllLogs--">getAllLogs()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogsAsString-int-">getAllLogsAsString(int)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogsAsString--">getAllLogsAsString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getAllLogsAsString-int-">getAllLogsAsString(int)</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getAllLogsAsString--">getAllLogsAsString()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getAllProperties--">getAllProperties()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getAllProperties--">getAllProperties()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#getAllStatistics-int-">getAllStatistics(int)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#getAllStatistics--">getAllStatistics()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getArguments--">getArguments()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getArguments--">getArguments()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getAsyncConcurrencyLimit--">getAsyncConcurrencyLimit()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getAverageFrameRate--">getAverageFrameRate()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getBitrate--">getBitrate()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getBitrate--">getBitrate()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getBitrate--">getBitrate()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getBuildDate--">getBuildDate()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getChannelLayout--">getChannelLayout()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getCodec--">getCodec()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getCodecLong--">getCodecLong()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<divclass="block">Returns stream codec in long format.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getCodecTimeBase--">getCodecTimeBase()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getCommand--">getCommand()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getCommand--">getCommand()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbiDetect.html#getCpuAbi--">getCpuAbi()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbiDetect.html"title="class in com.arthenica.ffmpegkit">AbiDetect</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getCreateTime--">getCreateTime()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getCreateTime--">getCreateTime()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getDisplayAspectRatio--">getDisplayAspectRatio()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getDuration--">getDuration()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getDuration--">getDuration()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getDuration--">getDuration()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getEndTime--">getEndTime()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getEndTime--">getEndTime()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getExecuteCallback--">getExecuteCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getExecuteCallback--">getExecuteCallback()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Packages.html#getExternalLibraries--">getExternalLibraries()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Packages.html"title="class in com.arthenica.ffmpegkit">Packages</a></dt>
<dd>
<divclass="block">Returns enabled external libraries by FFmpeg.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getFailStackTrace--">getFailStackTrace()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getFailStackTrace--">getFailStackTrace()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getFFmpegVersion--">getFFmpegVersion()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getFilename--">getFilename()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getFormat--">getFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getFormat--">getFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getFuture--">getFuture()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getFuture--">getFuture()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getHeight--">getHeight()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getIndex--">getIndex()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLastCompletedSession--">getLastCompletedSession()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#getLastReceivedStatistics--">getLastReceivedStatistics()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLastSession--">getLastSession()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Log.html#getLevel--">getLevel()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Log.html"title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getLogCallback--">getLogCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getLogCallback--">getLogCallback()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLogLevel--">getLogLevel()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getLogRedirectionStrategy--">getLogRedirectionStrategy()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLogRedirectionStrategy--">getLogRedirectionStrategy()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getLogRedirectionStrategy--">getLogRedirectionStrategy()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getLogs--">getLogs()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getLogs--">getLogs()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getLogsAsString--">getLogsAsString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getLogsAsString--">getLogsAsString()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getLongFormat--">getLongFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformation-java.lang.String-">getMediaInformation(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformation-java.lang.String-int-">getMediaInformation(String, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationSession.html#getMediaInformation--">getMediaInformation()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationSession.html"title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-">getMediaInformationAsync(String, ExecuteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-int-">getMediaInformationAsync(String, ExecuteCallback, LogCallback, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-java.util.concurrent.ExecutorService-">getMediaInformationAsync(String, ExecuteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-java.util.concurrent.ExecutorService-int-">getMediaInformationAsync(String, ExecuteCallback, LogCallback, ExecutorService, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getMediaInformationExecute-com.arthenica.ffmpegkit.MediaInformationSession-int-">getMediaInformationExecute(MediaInformationSession, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationFromCommand-java.lang.String-">getMediaInformationFromCommand(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationFromCommandAsync-java.lang.String-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-int-">getMediaInformationFromCommandAsync(String, ExecuteCallback, LogCallback, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getMediaProperties--">getMediaProperties()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Log.html#getMessage--">getMessage()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Log.html"title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Abi.html#getName--">getName()</a></span> - Method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Abi.html"title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getNumberProperty-java.lang.String-">getNumberProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getNumberProperty-java.lang.String-">getNumberProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getOutput--">getOutput()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getOutput--">getOutput()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Packages.html#getPackageName--">getPackageName()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Packages.html"title="class in com.arthenica.ffmpegkit">Packages</a></dt>
<dd>
<divclass="block">Returns the FFmpegKit binary package name.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getProperties-java.lang.String-">getProperties(String)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getProperties-java.lang.String-">getProperties(String)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getRealFrameRate--">getRealFrameRate()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getReturnCode--">getReturnCode()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getReturnCode--">getReturnCode()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSafParameterForRead-android.content.Context-android.net.Uri-">getSafParameterForRead(Context, Uri)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSafParameterForWrite-android.content.Context-android.net.Uri-">getSafParameterForWrite(Context, Uri)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getSampleAspectRatio--">getSampleAspectRatio()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getSampleFormat--">getSampleFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getSampleRate--">getSampleRate()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSession-long-">getSession(long)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSessionHistorySize--">getSessionHistorySize()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getSessionId--">getSessionId()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Log.html#getSessionId--">getSessionId()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Log.html"title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getSessionId--">getSessionId()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getSessionId--">getSessionId()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSessions--">getSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSessionsByState-com.arthenica.ffmpegkit.SessionState-">getSessionsByState(SessionState)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getSize--">getSize()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getSize--">getSize()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getSpeed--">getSpeed()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getStartTime--">getStartTime()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getStartTime--">getStartTime()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getStartTime--">getStartTime()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#getState--">getState()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#getState--">getState()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#getStatistics--">getStatistics()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#getStatisticsCallback--">getStatisticsCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getStreams--">getStreams()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getStringProperty-java.lang.String-">getStringProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getStringProperty-java.lang.String-">getStringProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSupportedCameraIds-android.content.Context-">getSupportedCameraIds(Context)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#getTags--">getTags()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getTags--">getTags()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getTime--">getTime()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getTimeBase--">getTimeBase()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getType--">getType()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Level.html#getValue--">getValue()</a></span> - Method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Level.html"title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#getValue--">getValue()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Signal.html#getValue--">getValue()</a></span> - Method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Signal.html"title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getVersion--">getVersion()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getVideoFps--">getVideoFps()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getVideoFrameNumber--">getVideoFrameNumber()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#getVideoQuality--">getVideoQuality()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#getWidth--">getWidth()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#ignoreSignal-com.arthenica.ffmpegkit.Signal-">ignoreSignal(Signal)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#isCancel-com.arthenica.ffmpegkit.ReturnCode-">isCancel(ReturnCode)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#isCancel--">isCancel()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#isError--">isError()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#isFFmpeg--">isFFmpeg()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeSession.html#isFFmpeg--">isFFmpeg()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#isFFmpeg--">isFFmpeg()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#isFFprobe--">isFFprobe()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeSession.html#isFFprobe--">isFFprobe()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#isFFprobe--">isFFprobe()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#isLTSBuild--">isLTSBuild()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#isSuccess-com.arthenica.ffmpegkit.ReturnCode-">isSuccess(ReturnCode)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#isSuccess--">isSuccess()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_AVERAGE_FRAME_RATE">KEY_AVERAGE_FRAME_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_BIT_RATE">KEY_BIT_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_BIT_RATE">KEY_BIT_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CHANNEL_LAYOUT">KEY_CHANNEL_LAYOUT</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CODEC">KEY_CODEC</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CODEC_LONG">KEY_CODEC_LONG</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CODEC_TIME_BASE">KEY_CODEC_TIME_BASE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_DISPLAY_ASPECT_RATIO">KEY_DISPLAY_ASPECT_RATIO</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_DURATION">KEY_DURATION</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_FILENAME">KEY_FILENAME</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_FORMAT">KEY_FORMAT</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_FORMAT">KEY_FORMAT</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_FORMAT_LONG">KEY_FORMAT_LONG</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_HEIGHT">KEY_HEIGHT</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_INDEX">KEY_INDEX</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_MEDIA_PROPERTIES">KEY_MEDIA_PROPERTIES</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_REAL_FRAME_RATE">KEY_REAL_FRAME_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_SAMPLE_ASPECT_RATIO">KEY_SAMPLE_ASPECT_RATIO</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_SAMPLE_FORMAT">KEY_SAMPLE_FORMAT</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_SAMPLE_RATE">KEY_SAMPLE_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_SIZE">KEY_SIZE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_START_TIME">KEY_START_TIME</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#KEY_TAGS">KEY_TAGS</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_TAGS">KEY_TAGS</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_TIME_BASE">KEY_TIME_BASE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_TYPE">KEY_TYPE</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#KEY_WIDTH">KEY_WIDTH</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/Level.html"title="enum in com.arthenica.ffmpegkit"><spanclass="typeNameLink">Level</span></a> - Enum in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Enumeration type for log levels.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKit.html#listSessions--">listSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKit.html"title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeKit.html#listSessions--">listSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeKit.html"title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<divclass="block">Lists all FFprobe sessions in the session history.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/Log.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">Log</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Log entry for an <code>FFmpegKit</code> session.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Log.html#Log-long-com.arthenica.ffmpegkit.Level-java.lang.String-">Log(long, Level, String)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Log.html"title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#logCallback">logCallback</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Session specific log callback function.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/LogCallback.html"title="interface in com.arthenica.ffmpegkit"><spanclass="typeNameLink">LogCallback</span></a> - Interface in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Callback function that receives logs generated for <code>FFmpegKit</code> sessions.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#logRedirectionStrategy">logRedirectionStrategy</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Session specific log redirection strategy.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/LogRedirectionStrategy.html"title="enum in com.arthenica.ffmpegkit"><spanclass="typeNameLink">LogRedirectionStrategy</span></a> - Enum in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#logs">logs</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Log entries received for this session.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#logsLock">logsLock</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">MediaInformation</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformation.html#MediaInformation-org.json.JSONObject-java.util.List-">MediaInformation(JSONObject, List<StreamInformation>)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/MediaInformationJsonParser.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">MediaInformationJsonParser</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">A parser that constructs <ahref="com/arthenica/ffmpegkit/MediaInformation.html"title="class in com.arthenica.ffmpegkit"><code>MediaInformation</code></a> from FFprobe's json output.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#MediaInformationJsonParser--">MediaInformationJsonParser()</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationJsonParser.html"title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/MediaInformationSession.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">MediaInformationSession</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">A custom FFprobe session, which produces a <code>MediaInformation</code> object using the
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationSession.html#MediaInformationSession-java.lang.String:A-">MediaInformationSession(String[])</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationSession.html"title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationSession.html#MediaInformationSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-">MediaInformationSession(String[], ExecuteCallback)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationSession.html"title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationSession.html#MediaInformationSession-java.lang.String:A-com.arthenica.ffmpegkit.ExecuteCallback-com.arthenica.ffmpegkit.LogCallback-">MediaInformationSession(String[], ExecuteCallback, LogCallback)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationSession.html"title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#messagesInTransmit-long-">messagesInTransmit(long)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/NativeLoader.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">NativeLoader</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Responsible of loading native libraries.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/NativeLoader.html#NativeLoader--">NativeLoader()</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/NativeLoader.html"title="class in com.arthenica.ffmpegkit">NativeLoader</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/Packages.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">Packages</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Packages.html#Packages--">Packages()</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Packages.html"title="class in com.arthenica.ffmpegkit">Packages</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#parseArguments-java.lang.String-">parseArguments(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<divclass="block">Parses the given command into arguments.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#printToLogcat-int-java.lang.String-">printToLogcat(int, String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#registerNewFFmpegPipe-android.content.Context-">registerNewFFmpegPipe(Context)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<divclass="block">Creates a new named pipe to use in <code>FFmpeg</code> operations.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#returnCode">returnCode</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Return code for the completed sessions.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">ReturnCode</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#ReturnCode-int-">ReturnCode(int)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html#run--">run()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html"title="class in com.arthenica.ffmpegkit">AsyncFFmpegExecuteTask</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html#run--">run()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html"title="class in com.arthenica.ffmpegkit">AsyncFFprobeExecuteTask</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html#run--">run()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html"title="class in com.arthenica.ffmpegkit">AsyncGetMediaInformationTask</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit"><spanclass="typeNameLink">Session</span></a> - Interface in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Common interface for all <code>FFmpegKit</code> sessions.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#sessionId">sessionId</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Session identifier.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#sessionIdGenerator">sessionIdGenerator</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Generates unique ids for sessions.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/SessionState.html"title="enum in com.arthenica.ffmpegkit"><spanclass="typeNameLink">SessionState</span></a> - Enum in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setAsyncConcurrencyLimit-int-">setAsyncConcurrencyLimit(int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setBitrate-double-">setBitrate(double)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setEnvironmentVariable-java.lang.String-java.lang.String-">setEnvironmentVariable(String, String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setFontconfigConfigurationPath-java.lang.String-">setFontconfigConfigurationPath(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setFontDirectory-android.content.Context-java.lang.String-java.util.Map-">setFontDirectory(Context, String, Map<String, String>)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setFontDirectoryList-android.content.Context-java.util.List-java.util.Map-">setFontDirectoryList(Context, List<String>, Map<String, String>)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setLogLevel-com.arthenica.ffmpegkit.Level-">setLogLevel(Level)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setLogRedirectionStrategy-com.arthenica.ffmpegkit.LogRedirectionStrategy-">setLogRedirectionStrategy(LogRedirectionStrategy)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationSession.html#setMediaInformation-com.arthenica.ffmpegkit.MediaInformation-">setMediaInformation(MediaInformation)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationSession.html"title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setSessionHistorySize-int-">setSessionHistorySize(int)</a></span> - Static method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegKitConfig.html"title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setSessionId-long-">setSessionId(long)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setSize-long-">setSize(long)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setSpeed-double-">setSpeed(double)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setTime-int-">setTime(int)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setVideoFps-float-">setVideoFps(float)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setVideoFrameNumber-int-">setVideoFrameNumber(int)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#setVideoQuality-float-">setVideoQuality(float)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/Signal.html"title="enum in com.arthenica.ffmpegkit"><spanclass="typeNameLink">Signal</span></a> - Enum in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Lists signals handled by FFmpegKit library.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#startTime">startTime</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">Date and time the session was started.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#state">state</a></span> - Variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<divclass="block">State of the session.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">Statistics</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Statistics entry for an FFmpeg execute session.</div>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#Statistics-long-int-float-float-long-int-double-double-">Statistics(long, int, float, float, long, int, double, double)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><ahref="com/arthenica/ffmpegkit/StatisticsCallback.html"title="interface in com.arthenica.ffmpegkit"><spanclass="typeNameLink">StatisticsCallback</span></a> - Interface in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<divclass="block">Callback function that receives statistics generated for <code>FFmpegKit</code> sessions.</div>
</dd>
<dt><ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit"><spanclass="typeNameLink">StreamInformation</span></a> - Class in <ahref="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/StreamInformation.html#StreamInformation-org.json.JSONObject-">StreamInformation(JSONObject)</a></span> - Constructor for class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/StreamInformation.html"title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#SUCCESS">SUCCESS</a></span> - Static variable in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#thereAreAsynchronousMessagesInTransmit--">thereAreAsynchronousMessagesInTransmit()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Session.html#thereAreAsynchronousMessagesInTransmit--">thereAreAsynchronousMessagesInTransmit()</a></span> - Method in interface com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Session.html"title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFmpegSession.html#toString--">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFmpegSession.html"title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/FFprobeSession.html#toString--">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/FFprobeSession.html"title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Log.html#toString--">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Log.html"title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/MediaInformationSession.html#toString--">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/MediaInformationSession.html"title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/ReturnCode.html#toString--">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/ReturnCode.html"title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Statistics.html#toString--">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Statistics.html"title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Abi.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Abi.html"title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Level.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Level.html"title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/LogRedirectionStrategy.html"title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/SessionState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/SessionState.html"title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Signal.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Signal.html"title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Abi.html#values--">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Abi.html"title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Level.html#values--">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Level.html"title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#values--">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/LogRedirectionStrategy.html"title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/SessionState.html#values--">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/SessionState.html"title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/Signal.html#values--">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/Signal.html"title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dt><spanclass="memberNameLink"><ahref="com/arthenica/ffmpegkit/AbstractSession.html#waitForAsynchronousMessagesInTransmit-int-">waitForAsynchronousMessagesInTransmit(int)</a></span> - Method in class com.arthenica.ffmpegkit.<ahref="com/arthenica/ffmpegkit/AbstractSession.html"title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>