ffmpeg-kit/docs/android/javadoc/index-all.html
2022-09-17 18:38:44 +01:00

1625 lines
156 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index (FFmpegKit)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (FFmpegKit)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/arthenica/ffmpegkit/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit"><span class="typeNameLink">Abi</span></a> - Enum in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Enumeration for Android ABIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#ABI_ARM">ABI_ARM</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Represents armeabi ABI</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#ABI_ARM64_V8A">ABI_ARM64_V8A</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Represents arm64-v8a ABI</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#ABI_ARMV7A">ABI_ARMV7A</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Represents armeabi-v7a ABI</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#ABI_ARMV7A_NEON">ABI_ARMV7A_NEON</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Represents armeabi-v7a ABI with NEON support</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#ABI_UNKNOWN">ABI_UNKNOWN</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Represents not supported ABIs</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#ABI_X86">ABI_X86</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Represents x86 ABI</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#ABI_X86_64">ABI_X86_64</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Represents x86_64 ABI</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/AbiDetect.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">AbiDetect</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Detects the running ABI name natively using Google <code>cpu-features</code> library.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">AbstractSession</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Abstract session implementation which includes common features shared by <code>FFmpeg</code>,
<code>FFprobe</code> and <code>MediaInformation</code> sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#%3Cinit%3E(java.lang.String%5B%5D,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.LogRedirectionStrategy)">AbstractSession(String[], LogCallback, LogRedirectionStrategy)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Creates a new abstract session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#addLog(com.arthenica.ffmpegkit.Log)">addLog(Log)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#addLog(com.arthenica.ffmpegkit.Log)">addLog(Log)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Adds a new log entry for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#addStatistics(com.arthenica.ffmpegkit.Statistics)">addStatistics(Statistics)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Adds a new statistics entry for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#ALWAYS_PRINT_LOGS">ALWAYS_PRINT_LOGS</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSessionCompleteCallback.html#apply(com.arthenica.ffmpegkit.FFmpegSession)">apply(FFmpegSession)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSessionCompleteCallback.html" title="interface in com.arthenica.ffmpegkit">FFmpegSessionCompleteCallback</a></dt>
<dd>
<div class="block">Called when an FFmpeg session has ended.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSessionCompleteCallback.html#apply(com.arthenica.ffmpegkit.FFprobeSession)">apply(FFprobeSession)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSessionCompleteCallback.html" title="interface in com.arthenica.ffmpegkit">FFprobeSessionCompleteCallback</a></dt>
<dd>
<div class="block">Called when an FFprobe session has ended.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogCallback.html#apply(com.arthenica.ffmpegkit.Log)">apply(Log)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a></dt>
<dd>
<div class="block">Called when a log entry is received.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSessionCompleteCallback.html#apply(com.arthenica.ffmpegkit.MediaInformationSession)">apply(MediaInformationSession)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSessionCompleteCallback.html" title="interface in com.arthenica.ffmpegkit">MediaInformationSessionCompleteCallback</a></dt>
<dd>
<div class="block">Called when a media information session has ended.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StatisticsCallback.html#apply(com.arthenica.ffmpegkit.Statistics)">apply(Statistics)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a></dt>
<dd>
<div class="block">Called when a statistics entry is received.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#arguments">arguments</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Command arguments as an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#argumentsToString(java.lang.String%5B%5D)">argumentsToString(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Concatenates arguments into a string adding a space character between two arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFmpegExecute(com.arthenica.ffmpegkit.FFmpegSession)">asyncFFmpegExecute(FFmpegSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution for the given session.</div>
</dd>
<dt><span class="memberNameLink"><a href="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.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution for the given session.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">AsyncFFmpegExecuteTask</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Executes an FFmpeg session asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html#%3Cinit%3E(com.arthenica.ffmpegkit.FFmpegSession)">AsyncFFmpegExecuteTask(FFmpegSession)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html" title="class in com.arthenica.ffmpegkit">AsyncFFmpegExecuteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFprobeExecute(com.arthenica.ffmpegkit.FFprobeSession)">asyncFFprobeExecute(FFprobeSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given session.</div>
</dd>
<dt><span class="memberNameLink"><a href="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.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given session.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">AsyncFFprobeExecuteTask</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Executes an FFprobe session asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html#%3Cinit%3E(com.arthenica.ffmpegkit.FFprobeSession)">AsyncFFprobeExecuteTask(FFprobeSession)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html" title="class in com.arthenica.ffmpegkit">AsyncFFprobeExecuteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncGetMediaInformationExecute(com.arthenica.ffmpegkit.MediaInformationSession,int)">asyncGetMediaInformationExecute(MediaInformationSession, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given media information session.</div>
</dd>
<dt><span class="memberNameLink"><a href="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.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given media information session.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">AsyncGetMediaInformationTask</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Executes a MediaInformation session asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html#%3Cinit%3E(com.arthenica.ffmpegkit.MediaInformationSession)">AsyncGetMediaInformationTask(MediaInformationSession)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html" title="class in com.arthenica.ffmpegkit">AsyncGetMediaInformationTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html#%3Cinit%3E(com.arthenica.ffmpegkit.MediaInformationSession,java.lang.Integer)">AsyncGetMediaInformationTask(MediaInformationSession, Integer)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html" title="class in com.arthenica.ffmpegkit">AsyncGetMediaInformationTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_DEBUG">AV_LOG_DEBUG</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Stuff which is only useful for libav* developers.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_ERROR">AV_LOG_ERROR</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Something went wrong and cannot losslessly be recovered.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_FATAL">AV_LOG_FATAL</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Something went wrong and recovery is not possible.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_INFO">AV_LOG_INFO</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Standard information.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_PANIC">AV_LOG_PANIC</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Something went really wrong and we will crash now.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_QUIET">AV_LOG_QUIET</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Print no output.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_STDERR">AV_LOG_STDERR</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">This log level is defined by FFmpegKit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_TRACE">AV_LOG_TRACE</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Extremely verbose debugging, useful for libav* development.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_VERBOSE">AV_LOG_VERBOSE</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Detailed information.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#AV_LOG_WARNING">AV_LOG_WARNING</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Something somehow does not look correct.</div>
</dd>
</dl>
<a id="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#cancel()">cancel()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#cancel()">cancel()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Cancels all running sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#cancel()">cancel()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Cancels running the session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#cancel(long)">cancel(long)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Cancels the session specified with <code>sessionId</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#CANCEL">CANCEL</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">Chapter</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#%3Cinit%3E(org.json.JSONObject)">Chapter(JSONObject)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#clearSessions()">clearSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Clears all, including ongoing, sessions in the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#closeFFmpegPipe(java.lang.String)">closeFFmpegPipe(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Closes a previously created <code>FFmpeg</code> pipe.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a> - package com.arthenica.ffmpegkit</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/SessionState.html#COMPLETED">COMPLETED</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#create(java.lang.String%5B%5D)">create(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Builds a new FFmpeg session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#create(java.lang.String%5B%5D)">create(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>
<div class="block">Builds a new FFprobe session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#create(java.lang.String%5B%5D)">create(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>
<div class="block">Creates a new media information session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback)">create(String[], FFmpegSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Builds a new FFmpeg session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.StatisticsCallback)">create(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Builds a new FFmpeg session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.StatisticsCallback,com.arthenica.ffmpegkit.LogRedirectionStrategy)">create(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback, LogRedirectionStrategy)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Builds a new FFmpeg session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback)">create(String[], FFprobeSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>
<div class="block">Builds a new FFprobe session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback)">create(String[], FFprobeSessionCompleteCallback, LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>
<div class="block">Builds a new FFprobe session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.LogRedirectionStrategy)">create(String[], FFprobeSessionCompleteCallback, LogCallback, LogRedirectionStrategy)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>
<div class="block">Builds a new FFprobe session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback)">create(String[], MediaInformationSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>
<div class="block">Creates a new media information session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#create(java.lang.String%5B%5D,com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback)">create(String[], MediaInformationSessionCompleteCallback, LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>
<div class="block">Creates a new media information session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/SessionState.html#CREATED">CREATED</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#createTime">createTime</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Date and time the session was created.</div>
</dd>
</dl>
<a id="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="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.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Defines how long default "getAll" methods wait, in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#disableRedirection()">disableRedirection()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Disables log and statistics redirection.</div>
</dd>
</dl>
<a id="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableFFmpegSessionCompleteCallback(com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback)">enableFFmpegSessionCompleteCallback(FFmpegSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets a global FFmpegSessionCompleteCallback to receive execution results for FFmpeg
sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableFFprobeSessionCompleteCallback(com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback)">enableFFprobeSessionCompleteCallback(FFprobeSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets a global FFprobeSessionCompleteCallback to receive execution results for FFprobe
sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableLogCallback(com.arthenica.ffmpegkit.LogCallback)">enableLogCallback(LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets a global callback to redirect FFmpeg/FFprobe logs.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableMediaInformationSessionCompleteCallback(com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback)">enableMediaInformationSessionCompleteCallback(MediaInformationSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets a global MediaInformationSessionCompleteCallback to receive execution results for
MediaInformation sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableRedirection()">enableRedirection()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Enables log and statistics redirection.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableStatisticsCallback(com.arthenica.ffmpegkit.StatisticsCallback)">enableStatisticsCallback(StatisticsCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets a global callback to redirect FFmpeg statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#endTime">endTime</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Date and time the session has ended.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#execute(java.lang.String)">execute(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Synchronously executes FFmpeg command provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#execute(java.lang.String)">execute(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Synchronously executes FFprobe command provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback)">executeAsync(String, FFmpegSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.StatisticsCallback)">executeAsync(String, FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.StatisticsCallback,java.util.concurrent.ExecutorService)">executeAsync(String, FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,java.util.concurrent.ExecutorService)">executeAsync(String, FFmpegSessionCompleteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback)">executeAsync(String, FFprobeSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback)">executeAsync(String, FFprobeSessionCompleteCallback, LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,java.util.concurrent.ExecutorService)">executeAsync(String, FFprobeSessionCompleteCallback, LogCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(java.lang.String,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,java.util.concurrent.ExecutorService)">executeAsync(String, FFprobeSessionCompleteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution for the given command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArguments(java.lang.String%5B%5D)">executeWithArguments(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Synchronously executes FFmpeg with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArguments(java.lang.String%5B%5D)">executeWithArguments(String[])</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Synchronously executes FFprobe with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback)">executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.StatisticsCallback)">executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,com.arthenica.ffmpegkit.StatisticsCallback,java.util.concurrent.ExecutorService)">executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback, LogCallback, StatisticsCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFmpegSessionCompleteCallback,java.util.concurrent.ExecutorService)">executeWithArgumentsAsync(String[], FFmpegSessionCompleteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFmpeg execution with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback)">executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback)">executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback, LogCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,java.util.concurrent.ExecutorService)">executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback, LogCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution with arguments provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(java.lang.String%5B%5D,com.arthenica.ffmpegkit.FFprobeSessionCompleteCallback,java.util.concurrent.ExecutorService)">executeWithArgumentsAsync(String[], FFprobeSessionCompleteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution with arguments provided.</div>
</dd>
</dl>
<a id="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/SessionState.html#FAILED">FAILED</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#failStackTrace">failStackTrace</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Stack trace of the error received while trying to execute this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#ffmpegExecute(com.arthenica.ffmpegkit.FFmpegSession)">ffmpegExecute(FFmpegSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Synchronously executes the FFmpeg session provided.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">FFmpegKit</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Main class to run <code>FFmpeg</code> commands.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">FFmpegKitConfig</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Configuration class of <code>FFmpegKit</code> library.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">FFmpegSession</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">An FFmpeg session.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/FFmpegSessionCompleteCallback.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">FFmpegSessionCompleteCallback</span></a> - Interface in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Callback function that is invoked when an asynchronous <code>FFmpeg</code> session has ended.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#ffprobeExecute(com.arthenica.ffmpegkit.FFprobeSession)">ffprobeExecute(FFprobeSession)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Synchronously executes the FFprobe session provided.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">FFprobeKit</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Main class to run <code>FFprobe</code> commands.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">FFprobeSession</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">An FFprobe session.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/FFprobeSessionCompleteCallback.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">FFprobeSessionCompleteCallback</span></a> - Interface in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Callback function that is invoked when an asynchronous <code>FFprobe</code> session has ended.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#from(int)">from(int)</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Returns the enumeration defined by provided value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#from(java.lang.String)">from(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Returns the enumeration defined for the given ABI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#from(java.lang.String)">from(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<dd>
<div class="block">Extracts <code>MediaInformation</code> from the given FFprobe json output.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#fromWithError(java.lang.String)">fromWithError(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<dd>
<div class="block">Extracts MediaInformation from the given FFprobe json output.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#future">future</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Future created for sessions executed asynchronously.</div>
</dd>
</dl>
<a id="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbiDetect.html#getAbi()">getAbi()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbiDetect.html" title="class in com.arthenica.ffmpegkit">AbiDetect</a></dt>
<dd>
<div class="block">Returns the ABI name loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogs()">getAllLogs()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Returns all log entries generated for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getAllLogs()">getAllLogs()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns all log entries generated for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogs(int)">getAllLogs(int)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getAllLogs(int)">getAllLogs(int)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns all log entries generated for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogsAsString()">getAllLogsAsString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Returns all log entries generated for this session as a concatenated string.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getAllLogsAsString()">getAllLogsAsString()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns all log entries generated for this session as a concatenated string.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getAllLogsAsString(int)">getAllLogsAsString(int)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getAllLogsAsString(int)">getAllLogsAsString(int)</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns all log entries generated for this session as a concatenated string.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getAllProperties()">getAllProperties()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>
<div class="block">Returns all chapter properties defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getAllProperties()">getAllProperties()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns all properties defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getAllProperties()">getAllProperties()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns all stream properties defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#getAllStatistics()">getAllStatistics()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Returns all statistics entries generated for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#getAllStatistics(int)">getAllStatistics(int)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Returns all statistics entries generated for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getArguments()">getArguments()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getArguments()">getArguments()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns command arguments as an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getAsyncConcurrencyLimit()">getAsyncConcurrencyLimit()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the maximum number of async sessions that will be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getAverageFrameRate()">getAverageFrameRate()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns display aspect ratio.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getBitrate()">getBitrate()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns bitrate.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getBitrate()">getBitrate()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getBitrate()">getBitrate()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns bitrate.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getBuildDate()">getBuildDate()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns FFmpegKit library build date.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getChannelLayout()">getChannelLayout()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns channel layout.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getChapters()">getChapters()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns all chapters.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getCodec()">getCodec()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns stream codec.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getCodecLong()">getCodecLong()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns stream codec in long format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getCodecTimeBase()">getCodecTimeBase()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns codec time base.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getCommand()">getCommand()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getCommand()">getCommand()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns command arguments as a concatenated string.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#getCompleteCallback()">getCompleteCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Returns the session specific complete callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#getCompleteCallback()">getCompleteCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>
<div class="block">Returns the session specific complete callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#getCompleteCallback()">getCompleteCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>
<div class="block">Returns the session specific complete callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbiDetect.html#getCpuAbi()">getCpuAbi()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbiDetect.html" title="class in com.arthenica.ffmpegkit">AbiDetect</a></dt>
<dd>
<div class="block">Returns the ABI name of the cpu running.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getCreateTime()">getCreateTime()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getCreateTime()">getCreateTime()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns session create time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getDisplayAspectRatio()">getDisplayAspectRatio()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns display aspect ratio.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getDuration()">getDuration()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getDuration()">getDuration()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns duration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getDuration()">getDuration()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the time taken to execute this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getEnd()">getEnd()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getEndTime()">getEndTime()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getEndTime()">getEndTime()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getEndTime()">getEndTime()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns session end time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Packages.html#getExternalLibraries()">getExternalLibraries()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Packages.html" title="class in com.arthenica.ffmpegkit">Packages</a></dt>
<dd>
<div class="block">Returns enabled external libraries by FFmpeg.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getFailStackTrace()">getFailStackTrace()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getFailStackTrace()">getFailStackTrace()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the stack trace of the exception received while executing this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getFFmpegSessionCompleteCallback()">getFFmpegSessionCompleteCallback()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the global FFmpegSessionCompleteCallback set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getFFmpegSessions()">getFFmpegSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns all FFmpeg sessions in the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getFFmpegVersion()">getFFmpegVersion()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the version of FFmpeg bundled within <code>FFmpegKit</code> library.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getFFprobeSessionCompleteCallback()">getFFprobeSessionCompleteCallback()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the global FFprobeSessionCompleteCallback set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getFFprobeSessions()">getFFprobeSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns all FFprobe sessions in the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getFilename()">getFilename()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getFormat()">getFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getFormat()">getFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns stream format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getFormatProperties()">getFormatProperties()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns all format properties defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getFormatProperty(java.lang.String)">getFormatProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns the format property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getFuture()">getFuture()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getFuture()">getFuture()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the future created for this session, if it is executed asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getHeight()">getHeight()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns height.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getId()">getId()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getIndex()">getIndex()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns stream index.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLastCompletedSession()">getLastCompletedSession()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the last session completed from the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#getLastReceivedStatistics()">getLastReceivedStatistics()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Returns the last received statistics entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLastSession()">getLastSession()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the last session created from the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Log.html#getLevel()">getLevel()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Log.html" title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getLogCallback()">getLogCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getLogCallback()">getLogCallback()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the session specific log callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLogLevel()">getLogLevel()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the current log level.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getLogRedirectionStrategy()">getLogRedirectionStrategy()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getLogRedirectionStrategy()">getLogRedirectionStrategy()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the active log redirection strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getLogRedirectionStrategy()">getLogRedirectionStrategy()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns session specific log redirection strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getLogs()">getLogs()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getLogs()">getLogs()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns all log entries delivered for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getLogsAsString()">getLogsAsString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getLogsAsString()">getLogsAsString()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns all log entries delivered for this session as a concatenated string.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getLongFormat()">getLongFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns long format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#getMediaInformation()">getMediaInformation()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>
<div class="block">Returns the media information extracted in this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformation(java.lang.String)">getMediaInformation(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Extracts media information for the file specified with path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformation(java.lang.String,int)">getMediaInformation(String, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Extracts media information for the file specified with path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync(java.lang.String,com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback)">getMediaInformationAsync(String, MediaInformationSessionCompleteCallback)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution to extract the media information for the
specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync(java.lang.String,com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,int)">getMediaInformationAsync(String, MediaInformationSessionCompleteCallback, LogCallback, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution to extract the media information for the
specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync(java.lang.String,com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,java.util.concurrent.ExecutorService,int)">getMediaInformationAsync(String, MediaInformationSessionCompleteCallback, LogCallback, ExecutorService, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution to extract the media information for the
specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationAsync(java.lang.String,com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback,java.util.concurrent.ExecutorService)">getMediaInformationAsync(String, MediaInformationSessionCompleteCallback, ExecutorService)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution to extract the media information for the
specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getMediaInformationExecute(com.arthenica.ffmpegkit.MediaInformationSession,int)">getMediaInformationExecute(MediaInformationSession, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Synchronously executes the media information session provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationFromCommand(java.lang.String)">getMediaInformationFromCommand(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Extracts media information using the command provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#getMediaInformationFromCommandAsync(java.lang.String,com.arthenica.ffmpegkit.MediaInformationSessionCompleteCallback,com.arthenica.ffmpegkit.LogCallback,int)">getMediaInformationFromCommandAsync(String, MediaInformationSessionCompleteCallback, LogCallback, int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Starts an asynchronous FFprobe execution to extract media information using a command.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getMediaInformationSessionCompleteCallback()">getMediaInformationSessionCompleteCallback()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the global MediaInformationSessionCompleteCallback set.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getMediaInformationSessions()">getMediaInformationSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns all MediaInformation sessions in the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Log.html#getMessage()">getMessage()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Log.html" title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#getName()">getName()</a></span> - Method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Returns the ABI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getNumberFormatProperty(java.lang.String)">getNumberFormatProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns the format property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getNumberProperty(java.lang.String)">getNumberProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>
<div class="block">Returns the chapter property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getNumberProperty(java.lang.String)">getNumberProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns the property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getNumberProperty(java.lang.String)">getNumberProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns the stream property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getOutput()">getOutput()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getOutput()">getOutput()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the log output generated while running the session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Packages.html#getPackageName()">getPackageName()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Packages.html" title="class in com.arthenica.ffmpegkit">Packages</a></dt>
<dd>
<div class="block">Returns the FFmpegKit binary package name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>
<div class="block">Returns the chapter property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns the property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns the stream property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getRealFrameRate()">getRealFrameRate()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns real frame rate.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getReturnCode()">getReturnCode()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getReturnCode()">getReturnCode()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the return code for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSafParameter(android.content.Context,android.net.Uri,java.lang.String)">getSafParameter(Context, Uri, String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Converts the given Structured Access Framework Uri (<code>"content:…"</code>) into an
SAF protocol url that can be used in FFmpeg and FFprobe commands.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSafParameterForRead(android.content.Context,android.net.Uri)">getSafParameterForRead(Context, Uri)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Converts the given Structured Access Framework Uri (<code>"content:…"</code>) into an
SAF protocol url that can be used in FFmpeg and FFprobe commands.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSafParameterForWrite(android.content.Context,android.net.Uri)">getSafParameterForWrite(Context, Uri)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Converts the given Structured Access Framework Uri (<code>"content:…"</code>) into an
SAF protocol url that can be used in FFmpeg and FFprobe commands.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getSampleAspectRatio()">getSampleAspectRatio()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns sample aspect ratio.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getSampleFormat()">getSampleFormat()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns sample format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getSampleRate()">getSampleRate()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns sample rate.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSession(long)">getSession(long)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the session specified with <code>sessionId</code> from the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSessionHistorySize()">getSessionHistorySize()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the session history size.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getSessionId()">getSessionId()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Log.html#getSessionId()">getSessionId()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Log.html" title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getSessionId()">getSessionId()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the session identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getSessionId()">getSessionId()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSessions()">getSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns all sessions in the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSessionsByState(com.arthenica.ffmpegkit.SessionState)">getSessionsByState(SessionState)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns sessions that have the given state.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getSize()">getSize()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns size.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getSize()">getSize()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getSpeed()">getSpeed()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getStart()">getStart()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getStartTime()">getStartTime()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getStartTime()">getStartTime()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getStartTime()">getStartTime()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns start time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getStartTime()">getStartTime()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns session start time.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#getState()">getState()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#getState()">getState()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns the state of the session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#getStatistics()">getStatistics()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Returns all statistics entries delivered for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#getStatisticsCallback()">getStatisticsCallback()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>
<div class="block">Returns the session specific statistics callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getStreams()">getStreams()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns all streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getStringFormatProperty(java.lang.String)">getStringFormatProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns the format property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getStringProperty(java.lang.String)">getStringProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>
<div class="block">Returns the chapter property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getStringProperty(java.lang.String)">getStringProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns the property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getStringProperty(java.lang.String)">getStringProperty(String)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns the stream property associated with the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getSupportedCameraIds(android.content.Context)">getSupportedCameraIds(Context)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the list of camera ids supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getTags()">getTags()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#getTags()">getTags()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>
<div class="block">Returns all tags.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getTags()">getTags()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns all tags.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getTime()">getTime()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#getTimeBase()">getTimeBase()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getTimeBase()">getTimeBase()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns time base.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getType()">getType()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns stream type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#getValue()">getValue()</a></span> - Method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Returns level value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#getValue()">getValue()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#getValue()">getValue()</a></span> - Method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#getVersion()">getVersion()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns FFmpegKit library version.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getVideoFps()">getVideoFps()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getVideoFrameNumber()">getVideoFrameNumber()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#getVideoQuality()">getVideoQuality()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#getWidth()">getWidth()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>
<div class="block">Returns width.</div>
</dd>
</dl>
<a id="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#ignoreSignal(com.arthenica.ffmpegkit.Signal)">ignoreSignal(Signal)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Registers a new ignored signal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#isCancel(com.arthenica.ffmpegkit.ReturnCode)">isCancel(ReturnCode)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#isFFmpeg()">isFFmpeg()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#isFFmpeg()">isFFmpeg()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#isFFmpeg()">isFFmpeg()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#isFFmpeg()">isFFmpeg()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns whether it is an <code>FFmpeg</code> session or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#isFFprobe()">isFFprobe()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#isFFprobe()">isFFprobe()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#isFFprobe()">isFFprobe()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#isFFprobe()">isFFprobe()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns whether it is an <code>FFprobe</code> session or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#isLTSBuild()">isLTSBuild()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns whether FFmpegKit release is a Long Term Release or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#isMediaInformation()">isMediaInformation()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#isMediaInformation()">isMediaInformation()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#isMediaInformation()">isMediaInformation()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#isMediaInformation()">isMediaInformation()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns whether it is a <code>MediaInformation</code> session or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#isSuccess(com.arthenica.ffmpegkit.ReturnCode)">isSuccess(ReturnCode)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#isValueCancel()">isValueCancel()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#isValueError()">isValueError()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#isValueSuccess()">isValueSuccess()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_AVERAGE_FRAME_RATE">KEY_AVERAGE_FRAME_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_BIT_RATE">KEY_BIT_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_BIT_RATE">KEY_BIT_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CHANNEL_LAYOUT">KEY_CHANNEL_LAYOUT</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#KEY_CHAPTERS">KEY_CHAPTERS</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CODEC">KEY_CODEC</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CODEC_LONG">KEY_CODEC_LONG</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_CODEC_TIME_BASE">KEY_CODEC_TIME_BASE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_DISPLAY_ASPECT_RATIO">KEY_DISPLAY_ASPECT_RATIO</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_DURATION">KEY_DURATION</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#KEY_END">KEY_END</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#KEY_END_TIME">KEY_END_TIME</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_FILENAME">KEY_FILENAME</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_FORMAT">KEY_FORMAT</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_FORMAT">KEY_FORMAT</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_FORMAT_LONG">KEY_FORMAT_LONG</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_FORMAT_PROPERTIES">KEY_FORMAT_PROPERTIES</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_HEIGHT">KEY_HEIGHT</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#KEY_ID">KEY_ID</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_INDEX">KEY_INDEX</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_REAL_FRAME_RATE">KEY_REAL_FRAME_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_SAMPLE_ASPECT_RATIO">KEY_SAMPLE_ASPECT_RATIO</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_SAMPLE_FORMAT">KEY_SAMPLE_FORMAT</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_SAMPLE_RATE">KEY_SAMPLE_RATE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_SIZE">KEY_SIZE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#KEY_START">KEY_START</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#KEY_START_TIME">KEY_START_TIME</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_START_TIME">KEY_START_TIME</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#KEY_STREAMS">KEY_STREAMS</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#KEY_TAGS">KEY_TAGS</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#KEY_TAGS">KEY_TAGS</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_TAGS">KEY_TAGS</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Chapter.html#KEY_TIME_BASE">KEY_TIME_BASE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Chapter.html" title="class in com.arthenica.ffmpegkit">Chapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_TIME_BASE">KEY_TIME_BASE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_TYPE">KEY_TYPE</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#KEY_WIDTH">KEY_WIDTH</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit"><span class="typeNameLink">Level</span></a> - Enum in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Enumeration type for log levels.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#listFFprobeSessions()">listFFprobeSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Lists all FFprobe sessions in the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeKit.html#listMediaInformationSessions()">listMediaInformationSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></dt>
<dd>
<div class="block">Lists all MediaInformation sessions in the session history.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKit.html#listSessions()">listSessions()</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></dt>
<dd>
<div class="block">Lists all FFmpeg sessions in the session history.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/Log.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">Log</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Log entry for an <code>FFmpegKit</code> session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Log.html#%3Cinit%3E(long,com.arthenica.ffmpegkit.Level,java.lang.String)">Log(long, Level, String)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Log.html" title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#logCallback">logCallback</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Session specific log callback.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">LogCallback</span></a> - Interface in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Callback function that receives logs generated for <code>FFmpegKit</code> sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#logRedirectionStrategy">logRedirectionStrategy</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Session specific log redirection strategy.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit"><span class="typeNameLink">LogRedirectionStrategy</span></a> - Enum in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#logs">logs</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Log entries received for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#logsLock">logsLock</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Log entry lock.</div>
</dd>
</dl>
<a id="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">MediaInformation</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Media information class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformation.html#%3Cinit%3E(org.json.JSONObject,java.util.List,java.util.List)">MediaInformation(JSONObject, List&lt;StreamInformation&gt;, List&lt;Chapter&gt;)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">MediaInformationJsonParser</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">A parser that constructs <a href="com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit"><code>MediaInformation</code></a> from FFprobe's json output.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html#%3Cinit%3E()">MediaInformationJsonParser()</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">MediaInformationSession</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">A custom FFprobe session, which produces a <code>MediaInformation</code> object using the
FFprobe output.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/MediaInformationSessionCompleteCallback.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">MediaInformationSessionCompleteCallback</span></a> - Interface in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Callback function that is invoked when an asynchronous <code>MediaInformation</code> session
has ended.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#messagesInTransmit(long)">messagesInTransmit(long)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Returns the number of native messages that are not transmitted to the Java callbacks for
this session natively.</div>
</dd>
</dl>
<a id="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="com/arthenica/ffmpegkit/NativeLoader.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">NativeLoader</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Responsible of loading native libraries.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/NativeLoader.html#%3Cinit%3E()">NativeLoader()</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/NativeLoader.html" title="class in com.arthenica.ffmpegkit">NativeLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#NEVER_PRINT_LOGS">NEVER_PRINT_LOGS</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="com/arthenica/ffmpegkit/Packages.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">Packages</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Helper class to extract binary package information.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Packages.html#%3Cinit%3E()">Packages()</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Packages.html" title="class in com.arthenica.ffmpegkit">Packages</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#parseArguments(java.lang.String)">parseArguments(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Parses the given command into arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED">PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED">PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED">PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#printToLogcat(int,java.lang.String)">printToLogcat(int, String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Prints the given string to Logcat using the given priority.</div>
</dd>
</dl>
<a id="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#registerNewFFmpegPipe(android.content.Context)">registerNewFFmpegPipe(Context)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Creates a new named pipe to use in <code>FFmpeg</code> operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#returnCode">returnCode</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Return code for the completed sessions.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">ReturnCode</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#%3Cinit%3E(int)">ReturnCode(int)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html#run()">run()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html" title="class in com.arthenica.ffmpegkit">AsyncFFmpegExecuteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html#run()">run()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html" title="class in com.arthenica.ffmpegkit">AsyncFFprobeExecuteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html#run()">run()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html" title="class in com.arthenica.ffmpegkit">AsyncGetMediaInformationTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/SessionState.html#RUNNING">RUNNING</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">Session</span></a> - Interface in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Common interface for all <code>FFmpegKit</code> sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#sessionId">sessionId</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Session identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#sessionIdGenerator">sessionIdGenerator</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Generates unique ids for sessions.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit"><span class="typeNameLink">SessionState</span></a> - Enum in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#sessionStateToString(com.arthenica.ffmpegkit.SessionState)">sessionStateToString(SessionState)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Converts session state to string.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setAsyncConcurrencyLimit(int)">setAsyncConcurrencyLimit(int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets the maximum number of async sessions that will be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setBitrate(double)">setBitrate(double)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setEnvironmentVariable(java.lang.String,java.lang.String)">setEnvironmentVariable(String, String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets an environment variable.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setFontconfigConfigurationPath(java.lang.String)">setFontconfigConfigurationPath(String)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets and overrides <code>fontconfig</code> configuration directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setFontDirectory(android.content.Context,java.lang.String,java.util.Map)">setFontDirectory(Context, String, Map&lt;String, String&gt;)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Registers the fonts inside the given path, so they become available to use in FFmpeg
filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setFontDirectoryList(android.content.Context,java.util.List,java.util.Map)">setFontDirectoryList(Context, List&lt;String&gt;, Map&lt;String, String&gt;)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Registers the fonts inside the given list of font directories, so they become available
to use in FFmpeg filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setLogLevel(com.arthenica.ffmpegkit.Level)">setLogLevel(Level)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets the log level.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setLogRedirectionStrategy(com.arthenica.ffmpegkit.LogRedirectionStrategy)">setLogRedirectionStrategy(LogRedirectionStrategy)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets the log redirection strategy</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#setMediaInformation(com.arthenica.ffmpegkit.MediaInformation)">setMediaInformation(MediaInformation)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>
<div class="block">Sets the media information extracted in this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html#setSessionHistorySize(int)">setSessionHistorySize(int)</a></span> - Static method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></dt>
<dd>
<div class="block">Sets the session history size.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setSessionId(long)">setSessionId(long)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setSize(long)">setSize(long)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setSpeed(double)">setSpeed(double)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setTime(int)">setTime(int)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setVideoFps(float)">setVideoFps(float)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setVideoFrameNumber(int)">setVideoFrameNumber(int)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#setVideoQuality(float)">setVideoQuality(float)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#SIGINT">SIGINT</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit"><span class="typeNameLink">Signal</span></a> - Enum in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Lists signals handled by FFmpegKit library.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#SIGPIPE">SIGPIPE</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#SIGQUIT">SIGQUIT</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#SIGTERM">SIGTERM</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#SIGXCPU">SIGXCPU</a></span> - com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#startTime">startTime</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Date and time the session was started.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#state">state</a></span> - Variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">State of the session.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">Statistics</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Statistics entry for an FFmpeg execute session.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#%3Cinit%3E(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.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit"><span class="typeNameLink">StatisticsCallback</span></a> - Interface in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Callback function that receives statistics generated for <code>FFmpegKit</code> sessions.</div>
</dd>
<dt><a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit"><span class="typeNameLink">StreamInformation</span></a> - Class in <a href="com/arthenica/ffmpegkit/package-summary.html">com.arthenica.ffmpegkit</a></dt>
<dd>
<div class="block">Stream information class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/StreamInformation.html#%3Cinit%3E(org.json.JSONObject)">StreamInformation(JSONObject)</a></span> - Constructor for class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#SUCCESS">SUCCESS</a></span> - Static variable in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#thereAreAsynchronousMessagesInTransmit()">thereAreAsynchronousMessagesInTransmit()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Session.html#thereAreAsynchronousMessagesInTransmit()">thereAreAsynchronousMessagesInTransmit()</a></span> - Method in interface com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></dt>
<dd>
<div class="block">Returns whether there are still asynchronous messages being transmitted for this
session or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFmpegSession.html#toString()">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/FFprobeSession.html#toString()">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Log.html#toString()">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Log.html" title="class in com.arthenica.ffmpegkit">Log</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/MediaInformationSession.html#toString()">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/ReturnCode.html#toString()">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Statistics.html#toString()">toString()</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/SessionState.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Abi.html#values()">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Level.html#values()">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html#values()">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/SessionState.html#values()">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit">SessionState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/Signal.html#values()">values()</a></span> - Static method in enum com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a id="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/ffmpegkit/AbstractSession.html#waitForAsynchronousMessagesInTransmit(int)">waitForAsynchronousMessagesInTransmit(int)</a></span> - Method in class com.arthenica.ffmpegkit.<a href="com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></dt>
<dd>
<div class="block">Waits for all asynchronous messages to be transmitted until the given timeout.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/arthenica/ffmpegkit/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>