2021-09-18 15:20:11 +03:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2021-03-02 01:25:17 +02:00
<!-- 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) {
}
//-->
2021-09-18 15:20:11 +03:00
< / script >
2021-03-02 01:25:17 +02:00
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
<!-- ========= START OF TOP NAVBAR ======= -->
2021-09-18 15:20:11 +03:00
< div class = "topNav" > < a name = "navbar.top" >
2021-03-02 01:25:17 +02:00
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
2021-09-18 15:20:11 +03:00
< a name = "navbar.top.firstrow" >
2021-03-02 01:25:17 +02:00
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
2021-09-18 15:20:11 +03:00
< li > < a href = "../../../com/arthenica/ffmpegkit/package-summary.html" > Package< / a > < / li >
2021-03-02 01:25:17 +02:00
< 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" >
2021-09-18 15:20:11 +03:00
< ul class = "navList" >
< li > Prev Package< / li >
< li > Next Package< / li >
2021-03-02 01:25:17 +02:00
< / ul >
2021-09-18 15:20:11 +03:00
< 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 Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
2021-03-02 01:25:17 +02:00
< / 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 >
2021-09-18 15:20:11 +03:00
< a name = "skip.navbar.top" >
2021-03-02 01:25:17 +02:00
<!-- -->
< / a > < / div >
<!-- ========= END OF TOP NAVBAR ========= -->
< div class = "header" >
< h1 title = "Package" class = "title" > Package com.arthenica.ffmpegkit< / h1 >
< / div >
< div class = "contentContainer" >
< ul class = "blockList" >
< li class = "blockList" >
2021-09-18 15:20:11 +03:00
< table class = "typeSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Interface Summary table, listing interfaces, and an explanation" >
2021-03-02 01:25:17 +02:00
< caption > < span > Interface Summary< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Interface< / th >
< th class = "colLast" scope = "col" > Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/ExecuteCallback.html" title = "interface in com.arthenica.ffmpegkit" > ExecuteCallback< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Callback function invoked when an asynchronous session ends running.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/LogCallback.html" title = "interface in com.arthenica.ffmpegkit" > LogCallback< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Callback function that receives logs generated for < code > FFmpegKit< / code > sessions.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/Session.html" title = "interface in com.arthenica.ffmpegkit" > Session< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Common interface for all < code > FFmpegKit< / code > sessions.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/StatisticsCallback.html" title = "interface in com.arthenica.ffmpegkit" > StatisticsCallback< / a > < / td >
2021-03-02 01:25:17 +02:00
< 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" >
2021-09-18 15:20:11 +03:00
< table class = "typeSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Class Summary table, listing classes, and an explanation" >
2021-03-02 01:25:17 +02:00
< caption > < span > Class Summary< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Class< / th >
< th class = "colLast" scope = "col" > Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/AbiDetect.html" title = "class in com.arthenica.ffmpegkit" > AbiDetect< / a > < / td >
2021-03-02 01:25:17 +02:00
< 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" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/AbstractSession.html" title = "class in com.arthenica.ffmpegkit" > AbstractSession< / a > < / td >
2021-03-02 01:25:17 +02:00
< 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" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html" title = "class in com.arthenica.ffmpegkit" > AsyncFFmpegExecuteTask< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Executes an FFmpeg session asynchronously.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html" title = "class in com.arthenica.ffmpegkit" > AsyncFFprobeExecuteTask< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Executes an FFprobe session asynchronously.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html" title = "class in com.arthenica.ffmpegkit" > AsyncGetMediaInformationTask< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Executes a MediaInformation session asynchronously.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/FFmpegKit.html" title = "class in com.arthenica.ffmpegkit" > FFmpegKit< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Main class to run < code > FFmpeg< / code > commands.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/FFmpegKitConfig.html" title = "class in com.arthenica.ffmpegkit" > FFmpegKitConfig< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Configuration class of < code > FFmpegKit< / code > library.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/FFmpegSession.html" title = "class in com.arthenica.ffmpegkit" > FFmpegSession< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > An FFmpeg session.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/FFprobeKit.html" title = "class in com.arthenica.ffmpegkit" > FFprobeKit< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Main class to run < code > FFprobe< / code > commands.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/FFprobeSession.html" title = "class in com.arthenica.ffmpegkit" > FFprobeSession< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > An FFprobe session.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/Log.html" title = "class in com.arthenica.ffmpegkit" > Log< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Log entry for an < code > FFmpegKit< / code > session.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/MediaInformation.html" title = "class in com.arthenica.ffmpegkit" > MediaInformation< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Media information class.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/MediaInformationJsonParser.html" title = "class in com.arthenica.ffmpegkit" > MediaInformationJsonParser< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
2021-09-18 15:20:11 +03:00
< 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 >
2021-03-02 01:25:17 +02:00
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/MediaInformationSession.html" title = "class in com.arthenica.ffmpegkit" > MediaInformationSession< / a > < / td >
2021-03-02 01:25:17 +02:00
< 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" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/NativeLoader.html" title = "class in com.arthenica.ffmpegkit" > NativeLoader< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Responsible of loading native libraries.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< 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 >
2021-03-02 01:25:17 +02:00
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/ReturnCode.html" title = "class in com.arthenica.ffmpegkit" > ReturnCode< / a > < / td >
< td class = "colLast" > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/Statistics.html" title = "class in com.arthenica.ffmpegkit" > Statistics< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Statistics entry for an FFmpeg execute session.< / div >
< / td >
< / tr >
2021-09-18 15:20:11 +03:00
< tr class = "altColor" >
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/StreamInformation.html" title = "class in com.arthenica.ffmpegkit" > StreamInformation< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Stream information class.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / li >
< li class = "blockList" >
2021-09-18 15:20:11 +03:00
< table class = "typeSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Enum Summary table, listing enums, and an explanation" >
2021-03-02 01:25:17 +02:00
< caption > < span > Enum Summary< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Enum< / th >
< th class = "colLast" scope = "col" > Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/Abi.html" title = "enum in com.arthenica.ffmpegkit" > Abi< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Enumeration for Android ABIs.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/Level.html" title = "enum in com.arthenica.ffmpegkit" > Level< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Enumeration type for log levels.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/LogRedirectionStrategy.html" title = "enum in com.arthenica.ffmpegkit" > LogRedirectionStrategy< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" > < / td >
< / tr >
< tr class = "rowColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/SessionState.html" title = "enum in com.arthenica.ffmpegkit" > SessionState< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" > < / td >
< / tr >
< tr class = "altColor" >
2021-09-18 15:20:11 +03:00
< td class = "colFirst" > < a href = "../../../com/arthenica/ffmpegkit/Signal.html" title = "enum in com.arthenica.ffmpegkit" > Signal< / a > < / td >
2021-03-02 01:25:17 +02:00
< td class = "colLast" >
< div class = "block" > Lists signals handled by FFmpegKit library.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< / div >
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2021-09-18 15:20:11 +03:00
< div class = "bottomNav" > < a name = "navbar.bottom" >
2021-03-02 01:25:17 +02:00
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
2021-09-18 15:20:11 +03:00
< a name = "navbar.bottom.firstrow" >
2021-03-02 01:25:17 +02:00
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
2021-09-18 15:20:11 +03:00
< li > < a href = "../../../com/arthenica/ffmpegkit/package-summary.html" > Package< / a > < / li >
2021-03-02 01:25:17 +02:00
< 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" >
2021-09-18 15:20:11 +03:00
< ul class = "navList" >
< li > Prev Package< / li >
< li > Next 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 Frames< / a > < / li >
< / ul >
2021-03-02 01:25:17 +02:00
< ul class = "navList" id = "allclasses_navbar_bottom" >
2021-09-18 15:20:11 +03:00
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
2021-03-02 01:25:17 +02:00
< / 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 >
2021-09-18 15:20:11 +03:00
< a name = "skip.navbar.bottom" >
2021-03-02 01:25:17 +02:00
<!-- -->
< / a > < / div >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
< / body >
< / html >