diff --git a/docs/android/javadoc/allclasses-frame.html b/docs/android/javadoc/allclasses-frame.html
index fa28c87e6..91b8c9d49 100644
--- a/docs/android/javadoc/allclasses-frame.html
+++ b/docs/android/javadoc/allclasses-frame.html
@@ -2,9 +2,9 @@
-
+
All Classes (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/allclasses-noframe.html b/docs/android/javadoc/allclasses-noframe.html
index 53ef0a6b9..3fb7f2068 100644
--- a/docs/android/javadoc/allclasses-noframe.html
+++ b/docs/android/javadoc/allclasses-noframe.html
@@ -2,9 +2,9 @@
-
+
All Classes (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/Abi.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/Abi.html
index f753b7161..1fdb3f92e 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/Abi.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/Abi.html
@@ -2,9 +2,9 @@
-
+
Abi (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/AbiDetect.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/AbiDetect.html
index b0d483641..1d05b060e 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/AbiDetect.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/AbiDetect.html
@@ -2,9 +2,9 @@
-
+
AbiDetect (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/Config.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/Config.html
index 65e069002..511dd9180 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/Config.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/Config.html
@@ -2,9 +2,9 @@
-
+
Config (MobileFFmpeg)
-
+
@@ -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
static java.lang.String |
+MOBILE_FFMPEG_PIPE_PREFIX |
+
+
+static java.lang.String |
TAG
Defines tag used for logging.
|
@@ -174,65 +178,77 @@ extends java.lang.Object
static void |
+closeFFmpegPipe(java.lang.String ffmpegPipePath)
+Closes a previously created FFmpeg pipe.
+ |
+
+
+static void |
disableRedirection()
Disables log and statistics redirection.
|
-
+
static void |
enableLogCallback(LogCallback newLogCallback)
Sets a callback function to redirect FFmpeg logs.
|
-
+
static void |
enableRedirection()
Enables log and statistics redirection.
|
-
+
static void |
enableStatisticsCallback(StatisticsCallback statisticsCallback)
Sets a callback function to redirect FFmpeg statistics.
|
-
+
static java.util.List<java.lang.String> |
getExternalLibraries()
Returns supported external libraries.
|
-
+
static Statistics |
getLastReceivedStatistics()
Returns the last received statistics data.
|
-
+
static Level |
getLogLevel()
Returns log level.
|
-
+
static java.lang.String |
getPackageName()
Returns package name.
|
-
+
+static java.lang.String |
+registerNewFFmpegPipe(android.content.Context context)
+Creates a new named pipe to use in FFmpeg operations.
+ |
+
+
static void |
resetStatistics()
Resets last received statistics.
|
-
+
static void |
setFontconfigConfigurationPath(java.lang.String path)
Sets and overrides fontconfig configuration directory.
|
-
+
static void |
setFontDirectory(android.content.Context context,
java.lang.String fontDirectoryPath,
@@ -240,7 +256,7 @@ extends java.lang.Object
Registers fonts inside the given path, so they are available to use in FFmpeg filters.
|
-
+
static void |
setLogLevel(Level level)
Sets log level.
@@ -271,7 +287,7 @@ extends java.lang.Object
-
@@ -455,7 +484,7 @@ extends java.lang.Object
-
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/FFmpeg.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/FFmpeg.html
index 25a3a3863..5408d9b27 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/FFmpeg.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/FFmpeg.html
@@ -2,9 +2,9 @@
-
+
FFmpeg (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/Level.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/Level.html
index 1bbfd3695..de61d81bd 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/Level.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/Level.html
@@ -2,9 +2,9 @@
-
+
Level (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/LogCallback.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/LogCallback.html
index 9fee6f871..71239ba8f 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/LogCallback.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/LogCallback.html
@@ -2,9 +2,9 @@
-
+
LogCallback (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/LogMessage.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/LogMessage.html
index 96c77161b..688aff476 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/LogMessage.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/LogMessage.html
@@ -2,9 +2,9 @@
-
+
LogMessage (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformation.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformation.html
index 6abb4f1cd..beccba287 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformation.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformation.html
@@ -2,9 +2,9 @@
-
+
MediaInformation (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformationParser.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformationParser.html
index 83fb8e9f5..6a09fcc8a 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformationParser.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/MediaInformationParser.html
@@ -2,9 +2,9 @@
-
+
MediaInformationParser (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/Statistics.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/Statistics.html
index 68872d4d1..5fbcc46c9 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/Statistics.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/Statistics.html
@@ -2,9 +2,9 @@
-
+
Statistics (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/StatisticsCallback.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/StatisticsCallback.html
index 1a9702422..c59e931f0 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/StatisticsCallback.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/StatisticsCallback.html
@@ -2,9 +2,9 @@
-
+
StatisticsCallback (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/StreamInformation.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/StreamInformation.html
index 42c533c28..418e60aa5 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/StreamInformation.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/StreamInformation.html
@@ -2,9 +2,9 @@
-
+
StreamInformation (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/package-frame.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/package-frame.html
index ac0e53203..ab7098cdb 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/package-frame.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.arthenica.mobileffmpeg (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/package-summary.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/package-summary.html
index 3fb88015f..1380115cc 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/package-summary.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.arthenica.mobileffmpeg (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/package-tree.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/package-tree.html
index a448e3372..e7090e10a 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/package-tree.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.arthenica.mobileffmpeg Class Hierarchy (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Pair.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Pair.html
index cf4b57997..006cb5241 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Pair.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Pair.html
@@ -2,9 +2,9 @@
-
+
Pair (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/RunCallback.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/RunCallback.html
index 62c565479..5449c9f39 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/RunCallback.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/RunCallback.html
@@ -2,9 +2,9 @@
-
+
RunCallback (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Trio.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Trio.html
index b1f9af3e5..10b255cc6 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Trio.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/Trio.html
@@ -2,9 +2,9 @@
-
+
Trio (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-frame.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-frame.html
index f003daa31..0f0c5f390 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-frame.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.arthenica.mobileffmpeg.util (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-summary.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-summary.html
index d82ef79c1..5a75cf09c 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-summary.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.arthenica.mobileffmpeg.util (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-tree.html b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-tree.html
index 775a601f2..a21b9f6c6 100644
--- a/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-tree.html
+++ b/docs/android/javadoc/com/arthenica/mobileffmpeg/util/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.arthenica.mobileffmpeg.util Class Hierarchy (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/constant-values.html b/docs/android/javadoc/constant-values.html
index a6409143b..ec6c14852 100644
--- a/docs/android/javadoc/constant-values.html
+++ b/docs/android/javadoc/constant-values.html
@@ -2,9 +2,9 @@
-
+
Constant Field Values (MobileFFmpeg)
-
+
@@ -90,6 +90,13 @@
|
+
+
+public static final java.lang.String |
+MOBILE_FFMPEG_PIPE_PREFIX |
+"mf_pipe_" |
+
+
public static final java.lang.String |
diff --git a/docs/android/javadoc/deprecated-list.html b/docs/android/javadoc/deprecated-list.html
index 8640dc69d..eb29b0f07 100644
--- a/docs/android/javadoc/deprecated-list.html
+++ b/docs/android/javadoc/deprecated-list.html
@@ -2,9 +2,9 @@
-
+
Deprecated List (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/help-doc.html b/docs/android/javadoc/help-doc.html
index e10f53005..d9e13c23c 100644
--- a/docs/android/javadoc/help-doc.html
+++ b/docs/android/javadoc/help-doc.html
@@ -2,9 +2,9 @@
-
+
API Help (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/index-all.html b/docs/android/javadoc/index-all.html
index e3e39a07b..cf955be53 100644
--- a/docs/android/javadoc/index-all.html
+++ b/docs/android/javadoc/index-all.html
@@ -2,9 +2,9 @@
-
+
Index (MobileFFmpeg)
-
+
@@ -110,6 +110,10 @@
Cancels an ongoing operation.
+closeFFmpegPipe(String) - Static method in class com.arthenica.mobileffmpeg.Config
+
+Closes a previously created FFmpeg pipe.
+
com.arthenica.mobileffmpeg - package com.arthenica.mobileffmpeg
com.arthenica.mobileffmpeg.util - package com.arthenica.mobileffmpeg.util
@@ -440,6 +444,8 @@
MediaInformationParser() - Constructor for class com.arthenica.mobileffmpeg.MediaInformationParser
+MOBILE_FFMPEG_PIPE_PREFIX - Static variable in class com.arthenica.mobileffmpeg.Config
+
@@ -458,6 +464,10 @@
- REFERENCE_DURATION - Static variable in class com.arthenica.mobileffmpeg.MediaInformationParser
-
+- registerNewFFmpegPipe(Context) - Static method in class com.arthenica.mobileffmpeg.Config
+-
+
Creates a new named pipe to use in FFmpeg operations.
+
- resetStatistics() - Static method in class com.arthenica.mobileffmpeg.Config
-
Resets last received statistics.
diff --git a/docs/android/javadoc/index.html b/docs/android/javadoc/index.html
index 4abac4c38..e2c313a3b 100644
--- a/docs/android/javadoc/index.html
+++ b/docs/android/javadoc/index.html
@@ -2,7 +2,7 @@
-
+
MobileFFmpeg
diff --git a/docs/android/javadoc/overview-summary.html b/docs/android/javadoc/overview-summary.html
index 28a0e49ca..7309525fd 100644
--- a/docs/android/javadoc/overview-summary.html
+++ b/docs/android/javadoc/overview-summary.html
@@ -2,9 +2,9 @@
-
+
Overview (MobileFFmpeg)
-
+
diff --git a/docs/android/javadoc/overview-tree.html b/docs/android/javadoc/overview-tree.html
index af63b6fc0..a9cc8af93 100644
--- a/docs/android/javadoc/overview-tree.html
+++ b/docs/android/javadoc/overview-tree.html
@@ -2,9 +2,9 @@
-
+
Class Hierarchy (MobileFFmpeg)
-
+
@@ -106,8 +106,8 @@
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-- com.arthenica.mobileffmpeg.Level
- com.arthenica.mobileffmpeg.Abi
+- com.arthenica.mobileffmpeg.Level