ffmpeg-kit/docs/android/javadoc/index-files/index-4.html

563 lines
22 KiB
HTML
Raw Normal View History

2023-08-22 23:00:49 +03:00
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>E-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><a href="index-3.html">PREV&nbsp;LETTER</a></li>
<li><a href="index-5.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">E</h2>
<dl>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableFFmpegSessionCompleteCallback(FFmpegSessionCompleteCallback)">enableFFmpegSessionCompleteCallback(FFmpegSessionCompleteCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Sets a global FFmpegSessionCompleteCallback to receive execution results for FFmpegsessions.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableFFprobeSessionCompleteCallback(FFprobeSessionCompleteCallback)">enableFFprobeSessionCompleteCallback(FFprobeSessionCompleteCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Sets a global FFprobeSessionCompleteCallback to receive execution results for FFprobesessions.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableLogCallback(LogCallback)">enableLogCallback(LogCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Sets a global callback to redirect FFmpeg/FFprobe logs.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableMediaInformationSessionCompleteCallback(MediaInformationSessionCompleteCallback)">enableMediaInformationSessionCompleteCallback(MediaInformationSessionCompleteCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Sets a global MediaInformationSessionCompleteCallback to receive execution results forMediaInformation sessions.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableRedirection()">enableRedirection()</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Enables log and statistics redirection.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKitConfig.html#enableStatisticsCallback(StatisticsCallback)">enableStatisticsCallback(StatisticsCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKitConfig.html>FFmpegKitConfig</a>
</dt>
<dd>Sets a global callback to redirect FFmpeg statistics.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#execute(String)">execute(String)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Synchronously executes FFprobe command provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#execute(String)">execute(String)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Synchronously executes FFmpeg command provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(String,FFprobeSessionCompleteCallback)">executeAsync(String,FFprobeSessionCompleteCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(String,FFprobeSessionCompleteCallback,LogCallback)">executeAsync(String,FFprobeSessionCompleteCallback,LogCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(String,FFprobeSessionCompleteCallback,ExecutorService)">executeAsync(String,FFprobeSessionCompleteCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeAsync(String,FFprobeSessionCompleteCallback,LogCallback,ExecutorService)">executeAsync(String,FFprobeSessionCompleteCallback,LogCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(String,FFmpegSessionCompleteCallback)">executeAsync(String,FFmpegSessionCompleteCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(String,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback)">executeAsync(String,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(String,FFmpegSessionCompleteCallback,ExecutorService)">executeAsync(String,FFmpegSessionCompleteCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeAsync(String,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback,ExecutorService)">executeAsync(String,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution for the given command.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArguments(Array)">executeWithArguments(Array)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Synchronously executes FFprobe with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArguments(Array)">executeWithArguments(Array)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Synchronously executes FFmpeg with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback)">executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback,LogCallback)">executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback,LogCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback,ExecutorService)">executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFprobeKit.html#executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback,LogCallback,ExecutorService)">executeWithArgumentsAsync(Array,FFprobeSessionCompleteCallback,LogCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFprobeKit.html>FFprobeKit</a>
</dt>
<dd>Starts an asynchronous FFprobe execution with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback)">executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback)">executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback,ExecutorService)">executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution with arguments provided.</dd>
<dt>
<span class="memberNameLink">
<a href="../com/arthenica/ffmpegkit/FFmpegKit.html#executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback,ExecutorService)">executeWithArgumentsAsync(Array,FFmpegSessionCompleteCallback,LogCallback,StatisticsCallback,ExecutorService)</a>
</span> - function in com.arthenica.ffmpegkit.<a href=../com/arthenica/ffmpegkit/FFmpegKit.html>FFmpegKit</a>
</dt>
<dd>Starts an asynchronous FFmpeg execution with arguments provided.</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><a href="index-3.html">PREV&nbsp;LETTER</a></li>
<li><a href="index-5.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>