ffmpeg-kit/docs/android/javadoc/index-files/index-1.html
2023-08-22 23:45:47 +03:00

771 lines
27 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>A-index </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../dokka-javadoc-stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../jquery/jquery-ui.js"></script>
<script type="text/javascript" src="../search.js"></script>
<script async type="text/javascript" src="../module-search-index.js"></script>
<script async type="text/javascript" src="../package-search-index.js"></script>
<script async type="text/javascript" src="../type-search-index.js"></script>
<script async type="text/javascript" src="../member-search-index.js"></script>
<script async type="text/javascript" src="../tag-search-index.js"></script>
</head><body>
<script type="text/javascript">
var pathtoroot = "../";
</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="../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li>Help</li>
</ul></div>
<div class="subNav">
<ul class="navList">
<li>PREV&nbsp;LETTER</li>
<li><a href="index-2.html">NEXT&nbsp;LETTER</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top" style="display: block;">
<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" class="ui-autocomplete-input" autocomplete="off" placeholder="Search">
<input type="reset" id="reset" value="reset">
</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="index-1.html">A</a>&nbsp;
<a href="index-2.html">C</a>&nbsp;
<a href="index-3.html">D</a>&nbsp;
<a href="index-4.html">E</a>&nbsp;
<a href="index-5.html">F</a>&nbsp;
<a href="index-6.html">G</a>&nbsp;
<a href="index-7.html">I</a>&nbsp;
<a href="index-8.html">L</a>&nbsp;
<a href="index-9.html">M</a>&nbsp;
<a href="index-10.html">N</a>&nbsp;
<a href="index-11.html">P</a>&nbsp;
<a href="index-12.html">R</a>&nbsp;
<a href="index-13.html">S</a>&nbsp;
<a href="index-14.html">T</a>&nbsp;
<a href="index-15.html">V</a>&nbsp;
<h2 class="title">A</h2>
<dl>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html">Abi</a>
</span> - class in com.arthenica.ffmpegkit
</dt>
<dd>Enumeration for Android ABIs.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html#ABI_ARM">ABI_ARM</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Abi.html>Abi</a>
</dt>
<dd><p>Represents armeabi ABI</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html#ABI_ARM64_V8A">ABI_ARM64_V8A</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Abi.html>Abi</a>
</dt>
<dd><p>Represents arm64-v8a ABI</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html#ABI_ARMV7A">ABI_ARMV7A</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Abi.html>Abi</a>
</dt>
<dd><p>Represents armeabi-v7a ABI</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html#ABI_ARMV7A_NEON">ABI_ARMV7A_NEON</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Abi.html>Abi</a>
</dt>
<dd><p>Represents armeabi-v7a ABI with NEON support</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html#ABI_UNKNOWN">ABI_UNKNOWN</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Abi.html>Abi</a>
</dt>
<dd><p>Represents not supported ABIs</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html#ABI_X86">ABI_X86</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Abi.html>Abi</a>
</dt>
<dd><p>Represents x86 ABI</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Abi.html#ABI_X86_64">ABI_X86_64</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Abi.html>Abi</a>
</dt>
<dd><p>Represents x86_64 ABI</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/AbiDetect.html">AbiDetect</a>
</span> - class in com.arthenica.ffmpegkit
</dt>
<dd>Detects the running ABI name natively using Google <code>cpu-features</code> library.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/AbstractSession.html">AbstractSession</a>
</span> - class in com.arthenica.ffmpegkit
</dt>
<dd>Abstract session implementation which includes common features shared by <code>FFmpeg</code>, <code>FFprobe</code> and <code>MediaInformation</code> sessions.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegSession.html#addLog(Log)">addLog(Log)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegSession.html>FFmpegSession</a>
</dt>
<dd>Adds a new log entry for this session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeSession.html#addLog(Log)">addLog(Log)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeSession.html>FFprobeSession</a>
</dt>
<dd>Adds a new log entry for this session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Session.html#addLog(Log)">addLog(Log)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Session.html>Session</a>
</dt>
<dd>Adds a new log entry for this session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/AbstractSession.html#addLog(Log)">addLog(Log)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/AbstractSession.html>AbstractSession</a>
</dt>
<dd>Adds a new log entry for this session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/MediaInformationSession.html#addLog(Log)">addLog(Log)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/MediaInformationSession.html>MediaInformationSession</a>
</dt>
<dd>Adds a new log entry for this session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegSession.html#addStatistics(Statistics)">addStatistics(Statistics)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegSession.html>FFmpegSession</a>
</dt>
<dd>Adds a new statistics entry for this session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/LogRedirectionStrategy.html#ALWAYS_PRINT_LOGS">ALWAYS_PRINT_LOGS</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/LogRedirectionStrategy.html>LogRedirectionStrategy</a>
</dt>
<dd>&nbsp;</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeSessionCompleteCallback.html#apply(FFprobeSession)">apply(FFprobeSession)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeSessionCompleteCallback.html>FFprobeSessionCompleteCallback</a>
</dt>
<dd>Called when an FFprobe session has ended.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/LogCallback.html#apply(Log)">apply(Log)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/LogCallback.html>LogCallback</a>
</dt>
<dd>Called when a log entry is received.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/StatisticsCallback.html#apply(Statistics)">apply(Statistics)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/StatisticsCallback.html>StatisticsCallback</a>
</dt>
<dd>Called when a statistics entry is received.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/MediaInformationSessionCompleteCallback.html#apply(MediaInformationSession)">apply(MediaInformationSession)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/MediaInformationSessionCompleteCallback.html>MediaInformationSessionCompleteCallback</a>
</dt>
<dd>Called when a media information session has ended.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegSessionCompleteCallback.html#apply(FFmpegSession)">apply(FFmpegSession)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegSessionCompleteCallback.html>FFmpegSessionCompleteCallback</a>
</dt>
<dd>Called when an FFmpeg session has ended.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#argumentsToString(Array)">argumentsToString(Array)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Concatenates arguments into a string adding a space character between two arguments.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFmpegExecute(FFmpegSession)">asyncFFmpegExecute(FFmpegSession)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution for the given session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFmpegExecute(FFmpegSession,ExecutorService)">asyncFFmpegExecute(FFmpegSession,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution for the given session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html">AsyncFFmpegExecuteTask</a>
</span> - class in com.arthenica.ffmpegkit
</dt>
<dd>Executes an FFmpeg session asynchronously.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFprobeExecute(FFprobeSession)">asyncFFprobeExecute(FFprobeSession)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncFFprobeExecute(FFprobeSession,ExecutorService)">asyncFFprobeExecute(FFprobeSession,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html">AsyncFFprobeExecuteTask</a>
</span> - class in com.arthenica.ffmpegkit
</dt>
<dd>Executes an FFprobe session asynchronously.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncGetMediaInformationExecute(MediaInformationSession,int)">asyncGetMediaInformationExecute(MediaInformationSession,int)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given media information session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#asyncGetMediaInformationExecute(MediaInformationSession,ExecutorService,int)">asyncGetMediaInformationExecute(MediaInformationSession,ExecutorService,int)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given media information session.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html">AsyncGetMediaInformationTask</a>
</span> - class in com.arthenica.ffmpegkit
</dt>
<dd>Executes a MediaInformation session asynchronously.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_DEBUG">AV_LOG_DEBUG</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Stuff which is only useful for libav* developers.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_ERROR">AV_LOG_ERROR</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Something went wrong and cannot losslessly be recovered.However, not all future data is affected.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_FATAL">AV_LOG_FATAL</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Something went wrong and recovery is not possible.For example, no header was found for a format which dependson headers or an illegal combination of parameters is used.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_INFO">AV_LOG_INFO</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Standard information.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_PANIC">AV_LOG_PANIC</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Something went really wrong and we will crash now.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_QUIET">AV_LOG_QUIET</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Print no output.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_STDERR">AV_LOG_STDERR</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>This log level is defined by FFmpegKit. It is used to specify logs printed to stderr byFFmpeg. Logs that has this level are not filtered and always redirected.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_TRACE">AV_LOG_TRACE</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Extremely verbose debugging, useful for libav* development.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_VERBOSE">AV_LOG_VERBOSE</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Detailed information.</p></dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/Level.html#AV_LOG_WARNING">AV_LOG_WARNING</a>
</span> - enum entry in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/Level.html>Level</a>
</dt>
<dd><p>Something somehow does not look correct. This may or may notlead to problems. An example would be the use of '-vstrict -2'.</p></dd>
</dl>
<a href="index-1.html">A</a>&nbsp;
<a href="index-2.html">C</a>&nbsp;
<a href="index-3.html">D</a>&nbsp;
<a href="index-4.html">E</a>&nbsp;
<a href="index-5.html">F</a>&nbsp;
<a href="index-6.html">G</a>&nbsp;
<a href="index-7.html">I</a>&nbsp;
<a href="index-8.html">L</a>&nbsp;
<a href="index-9.html">M</a>&nbsp;
<a href="index-10.html">N</a>&nbsp;
<a href="index-11.html">P</a>&nbsp;
<a href="index-12.html">R</a>&nbsp;
<a href="index-13.html">S</a>&nbsp;
<a href="index-14.html">T</a>&nbsp;
<a href="index-15.html">V</a>&nbsp;
</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="../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li>Help</li>
</ul></div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<div class="subNav">
<ul class="navList">
<li>PREV&nbsp;LETTER</li>
<li><a href="index-2.html">NEXT&nbsp;LETTER</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top" style="display: block;">
<li><a href="../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div><!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-1" tabindex="0"
style="display: none;"></ul>
<span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span>
</body>
</html>