ffmpeg-kit/docs/android/javadoc/com/arthenica/ffmpegkit/package-summary.html
2021-09-19 21:48:24 +01:00

320 lines
12 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>com.arthenica.ffmpegkit (FFmpegKit)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.arthenica.ffmpegkit (FFmpegKit)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="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="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Package</li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/arthenica/ffmpegkit/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;com.arthenica.ffmpegkit</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title="interface in com.arthenica.ffmpegkit">ExecuteCallback</a></td>
<td class="colLast">
<div class="block">Callback function invoked when an asynchronous session ends running.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/LogCallback.html" title="interface in com.arthenica.ffmpegkit">LogCallback</a></td>
<td class="colLast">
<div class="block">Callback function that receives logs generated for <code>FFmpegKit</code> sessions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/Session.html" title="interface in com.arthenica.ffmpegkit">Session</a></td>
<td class="colLast">
<div class="block">Common interface for all <code>FFmpegKit</code> sessions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title="interface in com.arthenica.ffmpegkit">StatisticsCallback</a></td>
<td class="colLast">
<div class="block">Callback function that receives statistics generated for <code>FFmpegKit</code> sessions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/AbiDetect.html" title="class in com.arthenica.ffmpegkit">AbiDetect</a></td>
<td class="colLast">
<div class="block">Detects the running ABI name natively using Google <code>cpu-features</code> library.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/AbstractSession.html" title="class in com.arthenica.ffmpegkit">AbstractSession</a></td>
<td class="colLast">
<div class="block">Abstract session implementation which includes common features shared by <code>FFmpeg</code>
and <code>FFprobe</code> sessions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html" title="class in com.arthenica.ffmpegkit">AsyncFFmpegExecuteTask</a></td>
<td class="colLast">
<div class="block">Executes an FFmpeg session asynchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html" title="class in com.arthenica.ffmpegkit">AsyncFFprobeExecuteTask</a></td>
<td class="colLast">
<div class="block">Executes an FFprobe session asynchronously.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html" title="class in com.arthenica.ffmpegkit">AsyncGetMediaInformationTask</a></td>
<td class="colLast">
<div class="block">Executes a MediaInformation session asynchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/FFmpegKit.html" title="class in com.arthenica.ffmpegkit">FFmpegKit</a></td>
<td class="colLast">
<div class="block">Main class to run <code>FFmpeg</code> commands.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/FFmpegKitConfig.html" title="class in com.arthenica.ffmpegkit">FFmpegKitConfig</a></td>
<td class="colLast">
<div class="block">Configuration class of <code>FFmpegKit</code> library.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/FFmpegSession.html" title="class in com.arthenica.ffmpegkit">FFmpegSession</a></td>
<td class="colLast">
<div class="block">An FFmpeg session.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/FFprobeKit.html" title="class in com.arthenica.ffmpegkit">FFprobeKit</a></td>
<td class="colLast">
<div class="block">Main class to run <code>FFprobe</code> commands.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/FFprobeSession.html" title="class in com.arthenica.ffmpegkit">FFprobeSession</a></td>
<td class="colLast">
<div class="block">An FFprobe session.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/Log.html" title="class in com.arthenica.ffmpegkit">Log</a></td>
<td class="colLast">
<div class="block">Log entry for an <code>FFmpegKit</code> session.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/MediaInformation.html" title="class in com.arthenica.ffmpegkit">MediaInformation</a></td>
<td class="colLast">
<div class="block">Media information class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title="class in com.arthenica.ffmpegkit">MediaInformationJsonParser</a></td>
<td class="colLast">
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/MediaInformationSession.html" title="class in com.arthenica.ffmpegkit">MediaInformationSession</a></td>
<td class="colLast">
<div class="block">A custom FFprobe session, which produces a <code>MediaInformation</code> object using the
FFprobe output.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/NativeLoader.html" title="class in com.arthenica.ffmpegkit">NativeLoader</a></td>
<td class="colLast">
<div class="block">Responsible of loading native libraries.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/Packages.html" title="class in com.arthenica.ffmpegkit">Packages</a></td>
<td class="colLast">
<div class="block">Helper class to extract binary package information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/ReturnCode.html" title="class in com.arthenica.ffmpegkit">ReturnCode</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/Statistics.html" title="class in com.arthenica.ffmpegkit">Statistics</a></td>
<td class="colLast">
<div class="block">Statistics entry for an FFmpeg execute session.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/StreamInformation.html" title="class in com.arthenica.ffmpegkit">StreamInformation</a></td>
<td class="colLast">
<div class="block">Stream information class.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/Abi.html" title="enum in com.arthenica.ffmpegkit">Abi</a></td>
<td class="colLast">
<div class="block">Enumeration for Android ABIs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/Level.html" title="enum in com.arthenica.ffmpegkit">Level</a></td>
<td class="colLast">
<div class="block">Enumeration type for log levels.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title="enum in com.arthenica.ffmpegkit">LogRedirectionStrategy</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/SessionState.html" title="enum in com.arthenica.ffmpegkit">SessionState</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/arthenica/ffmpegkit/Signal.html" title="enum in com.arthenica.ffmpegkit">Signal</a></td>
<td class="colLast">
<div class="block">Lists signals handled by FFmpegKit library.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="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="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Package</li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/arthenica/ffmpegkit/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>