update javadoc

This commit is contained in:
Taner Sener
2019-02-08 23:30:07 +03:00
parent 850da3004d
commit cd58ea32c1
31 changed files with 154 additions and 76 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>All Classes (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
+2 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>All Classes (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Abi (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>AbiDetect (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Config (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9};
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -153,6 +153,10 @@ extends java.lang.Object</pre>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#MOBILE_FFMPEG_PIPE_PREFIX">MOBILE_FFMPEG_PIPE_PREFIX</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#TAG">TAG</a></span></code>
<div class="block">Defines tag used for logging.</div>
</td>
@@ -174,65 +178,77 @@ extends java.lang.Object</pre>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#closeFFmpegPipe-java.lang.String-">closeFFmpegPipe</a></span>(java.lang.String&nbsp;ffmpegPipePath)</code>
<div class="block">Closes a previously created <code>FFmpeg</code> pipe.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#disableRedirection--">disableRedirection</a></span>()</code>
<div class="block">Disables log and statistics redirection.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<tr id="i2" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#enableLogCallback-com.arthenica.mobileffmpeg.LogCallback-">enableLogCallback</a></span>(<a href="../../../com/arthenica/mobileffmpeg/LogCallback.html" title="interface in com.arthenica.mobileffmpeg">LogCallback</a>&nbsp;newLogCallback)</code>
<div class="block">Sets a callback function to redirect FFmpeg logs.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#enableRedirection--">enableRedirection</a></span>()</code>
<div class="block">Enables log and statistics redirection.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<tr id="i4" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#enableStatisticsCallback-com.arthenica.mobileffmpeg.StatisticsCallback-">enableStatisticsCallback</a></span>(<a href="../../../com/arthenica/mobileffmpeg/StatisticsCallback.html" title="interface in com.arthenica.mobileffmpeg">StatisticsCallback</a>&nbsp;statisticsCallback)</code>
<div class="block">Sets a callback function to redirect FFmpeg statistics.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#getExternalLibraries--">getExternalLibraries</a></span>()</code>
<div class="block">Returns supported external libraries.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../com/arthenica/mobileffmpeg/Statistics.html" title="class in com.arthenica.mobileffmpeg">Statistics</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#getLastReceivedStatistics--">getLastReceivedStatistics</a></span>()</code>
<div class="block">Returns the last received statistics data.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/arthenica/mobileffmpeg/Level.html" title="enum in com.arthenica.mobileffmpeg">Level</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#getLogLevel--">getLogLevel</a></span>()</code>
<div class="block">Returns log level.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<tr id="i8" class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#getPackageName--">getPackageName</a></span>()</code>
<div class="block">Returns package name.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#registerNewFFmpegPipe-android.content.Context-">registerNewFFmpegPipe</a></span>(android.content.Context&nbsp;context)</code>
<div class="block">Creates a new named pipe to use in <code>FFmpeg</code> operations.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#resetStatistics--">resetStatistics</a></span>()</code>
<div class="block">Resets last received statistics.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#setFontconfigConfigurationPath-java.lang.String-">setFontconfigConfigurationPath</a></span>(java.lang.String&nbsp;path)</code>
<div class="block">Sets and overrides <code>fontconfig</code> configuration directory.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<tr id="i12" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#setFontDirectory-android.content.Context-java.lang.String-java.util.Map-">setFontDirectory</a></span>(android.content.Context&nbsp;context,
java.lang.String&nbsp;fontDirectoryPath,
@@ -240,7 +256,7 @@ extends java.lang.Object</pre>
<div class="block">Registers fonts inside the given path, so they are available to use in FFmpeg filters.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<tr id="i13" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/arthenica/mobileffmpeg/Config.html#setLogLevel-com.arthenica.mobileffmpeg.Level-">setLogLevel</a></span>(<a href="../../../com/arthenica/mobileffmpeg/Level.html" title="enum in com.arthenica.mobileffmpeg">Level</a>&nbsp;level)</code>
<div class="block">Sets log level.</div>
@@ -271,7 +287,7 @@ extends java.lang.Object</pre>
<a name="TAG">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>TAG</h4>
<pre>public static final&nbsp;java.lang.String TAG</pre>
@@ -282,6 +298,19 @@ extends java.lang.Object</pre>
</dl>
</li>
</ul>
<a name="MOBILE_FFMPEG_PIPE_PREFIX">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MOBILE_FFMPEG_PIPE_PREFIX</h4>
<pre>public static final&nbsp;java.lang.String MOBILE_FFMPEG_PIPE_PREFIX</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.arthenica.mobileffmpeg.Config.MOBILE_FFMPEG_PIPE_PREFIX">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
@@ -455,7 +484,7 @@ extends java.lang.Object</pre>
<a name="getExternalLibraries--">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>getExternalLibraries</h4>
<pre>public static&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getExternalLibraries()</pre>
@@ -468,6 +497,38 @@ extends java.lang.Object</pre>
</dl>
</li>
</ul>
<a name="registerNewFFmpegPipe-android.content.Context-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>registerNewFFmpegPipe</h4>
<pre>public static&nbsp;java.lang.String&nbsp;registerNewFFmpegPipe(android.content.Context&nbsp;context)</pre>
<div class="block"><p>Creates a new named pipe to use in <code>FFmpeg</code> operations.
<p>Please note that creator is responsible of closing created pipes.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>context</code> - application context to access application data</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the full path of named pipe</dd>
</dl>
</li>
</ul>
<a name="closeFFmpegPipe-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>closeFFmpegPipe</h4>
<pre>public static&nbsp;void&nbsp;closeFFmpegPipe(java.lang.String&nbsp;ffmpegPipePath)</pre>
<div class="block"><p>Closes a previously created <code>FFmpeg</code> pipe.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ffmpegPipePath</code> - full path of ffmpeg pipe</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>FFmpeg (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Level (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>LogCallback (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>LogMessage (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>MediaInformation (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>MediaInformationParser (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Statistics (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>StatisticsCallback (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>StreamInformation (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>com.arthenica.mobileffmpeg (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>com.arthenica.mobileffmpeg (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>com.arthenica.mobileffmpeg Class Hierarchy (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Pair (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>RunCallback (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Trio (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>com.arthenica.mobileffmpeg.util (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>com.arthenica.mobileffmpeg.util (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>com.arthenica.mobileffmpeg.util Class Hierarchy (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
+9 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Constant Field Values (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -90,6 +90,13 @@
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="com.arthenica.mobileffmpeg.Config.MOBILE_FFMPEG_PIPE_PREFIX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="com/arthenica/mobileffmpeg/Config.html#MOBILE_FFMPEG_PIPE_PREFIX">MOBILE_FFMPEG_PIPE_PREFIX</a></code></td>
<td class="colLast"><code>"mf_pipe_"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="com.arthenica.mobileffmpeg.Config.TAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
+2 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Deprecated List (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
+2 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>API Help (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
+12 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Index (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -110,6 +110,10 @@
<dd>
<div class="block">Cancels an ongoing operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/mobileffmpeg/Config.html#closeFFmpegPipe-java.lang.String-">closeFFmpegPipe(String)</a></span> - Static method in class com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/Config.html" title="class in com.arthenica.mobileffmpeg">Config</a></dt>
<dd>
<div class="block">Closes a previously created <code>FFmpeg</code> pipe.</div>
</dd>
<dt><a href="com/arthenica/mobileffmpeg/package-summary.html">com.arthenica.mobileffmpeg</a> - package com.arthenica.mobileffmpeg</dt>
<dd>&nbsp;</dd>
<dt><a href="com/arthenica/mobileffmpeg/util/package-summary.html">com.arthenica.mobileffmpeg.util</a> - package com.arthenica.mobileffmpeg.util</dt>
@@ -440,6 +444,8 @@
</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/mobileffmpeg/MediaInformationParser.html#MediaInformationParser--">MediaInformationParser()</a></span> - Constructor for class com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/MediaInformationParser.html" title="class in com.arthenica.mobileffmpeg">MediaInformationParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/mobileffmpeg/Config.html#MOBILE_FFMPEG_PIPE_PREFIX">MOBILE_FFMPEG_PIPE_PREFIX</a></span> - Static variable in class com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/Config.html" title="class in com.arthenica.mobileffmpeg">Config</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
@@ -458,6 +464,10 @@
<dl>
<dt><span class="memberNameLink"><a href="com/arthenica/mobileffmpeg/MediaInformationParser.html#REFERENCE_DURATION">REFERENCE_DURATION</a></span> - Static variable in class com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/MediaInformationParser.html" title="class in com.arthenica.mobileffmpeg">MediaInformationParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/arthenica/mobileffmpeg/Config.html#registerNewFFmpegPipe-android.content.Context-">registerNewFFmpegPipe(Context)</a></span> - Static method in class com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/Config.html" title="class in com.arthenica.mobileffmpeg">Config</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/mobileffmpeg/Config.html#resetStatistics--">resetStatistics()</a></span> - Static method in class com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/Config.html" title="class in com.arthenica.mobileffmpeg">Config</a></dt>
<dd>
<div class="block">Resets last received statistics.</div>
+1 -1
View File
@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>MobileFFmpeg</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
+2 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Overview List (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
+2 -2
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Overview (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
+3 -3
View File
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Thu Dec 27 12:13:42 EET 2018 -->
<!-- Generated by javadoc (1.8.0_192) on Fri Feb 08 23:29:38 EET 2019 -->
<title>Class Hierarchy (MobileFFmpeg)</title>
<meta name="date" content="2018-12-27">
<meta name="date" content="2019-02-08">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -106,8 +106,8 @@
<ul>
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<ul>
<li type="circle">com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/Level.html" title="enum in com.arthenica.mobileffmpeg"><span class="typeNameLink">Level</span></a></li>
<li type="circle">com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/Abi.html" title="enum in com.arthenica.mobileffmpeg"><span class="typeNameLink">Abi</span></a></li>
<li type="circle">com.arthenica.mobileffmpeg.<a href="com/arthenica/mobileffmpeg/Level.html" title="enum in com.arthenica.mobileffmpeg"><span class="typeNameLink">Level</span></a></li>
</ul>
</li>
</ul>