...
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>FFmpegKit Linux API: FFprobeKit.h File Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="../../search/search.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectlogo"><img alt="Logo" src="../../ffmpeg-kit-icon-v9-small.png"/></td>
|
||||
<td id="projectalign">
|
||||
<div id="projectname">FFmpegKit Linux API<span id="projectnumber"> 6.0</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="../../menudata.js"></script>
|
||||
<script type="text/javascript" src="../../menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('../../',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||
</div>
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#nested-classes">Data Structures</a> |
|
||||
<a href="#namespaces">Namespaces</a> </div>
|
||||
<div class="headertitle"><div class="title">FFprobeKit.h File Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p><a href="../../d4/dad/_f_fprobe_kit_8h_source.html">Go to the source code of this file.</a></p>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
|
||||
Data Structures</h2></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html">ffmpegkit::FFprobeKit</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
|
||||
Namespaces</h2></td></tr>
|
||||
<tr class="memitem:d2/d25/namespaceffmpegkit"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d25/namespaceffmpegkit.html">ffmpegkit</a></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Tue Aug 22 2023 01:27:12 for FFmpegKit Linux API by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,164 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>FFmpegKit Linux API: FFprobeKit.h Source File</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="../../search/search.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectlogo"><img alt="Logo" src="../../ffmpeg-kit-icon-v9-small.png"/></td>
|
||||
<td id="projectalign">
|
||||
<div id="projectname">FFmpegKit Linux API<span id="projectnumber"> 6.0</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="../../menudata.js"></script>
|
||||
<script type="text/javascript" src="../../menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('../../',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||
</div>
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="headertitle"><div class="title">FFprobeKit.h</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="../../d4/dad/_f_fprobe_kit_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
|
||||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2022 Taner Sener</span></div>
|
||||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> *</span></div>
|
||||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * This file is part of FFmpegKit.</span></div>
|
||||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
|
||||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
|
||||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
|
||||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
|
||||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * (at your option) any later version.</span></div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> *</span></div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * GNU Lesser General Public License for more details.</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> *</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> */</span></div>
|
||||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
|
||||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#ifndef FFPROBE_KIT_H</span></div>
|
||||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#define FFPROBE_KIT_H</span></div>
|
||||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
|
||||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include <string.h></span></div>
|
||||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include <stdlib.h></span></div>
|
||||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include "<a class="code" href="../../dc/da0/_f_fprobe_session_8h.html">FFprobeSession.h</a>"</span></div>
|
||||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include "<a class="code" href="../../d7/d3a/_media_information_json_parser_8h.html">MediaInformationJsonParser.h</a>"</span></div>
|
||||
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include "<a class="code" href="../../dd/d69/_media_information_session_8h.html">MediaInformationSession.h</a>"</span></div>
|
||||
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
|
||||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">namespace </span><a class="code hl_namespace" href="../../d2/d25/namespaceffmpegkit.html">ffmpegkit</a> {</div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html"> 48</a></span> <span class="keyword">class </span><a class="code hl_class" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html">FFprobeKit</a> {</div>
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::FFprobeSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#ad496ab99f90ad92fe614cb99b9637880">executeWithArguments</a>(<span class="keyword">const</span> std::list<std::string>& arguments);</div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::FFprobeSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a5685bf39272418fb70232abde76cdab7">executeWithArgumentsAsync</a>(<span class="keyword">const</span> std::list<std::string>& arguments, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#af3f451cbb99c4dc36e2e2141a33cdf38">FFprobeSessionCompleteCallback</a> completeCallback);</div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::FFprobeSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a5685bf39272418fb70232abde76cdab7">executeWithArgumentsAsync</a>(<span class="keyword">const</span> std::list<std::string>& arguments, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#af3f451cbb99c4dc36e2e2141a33cdf38">FFprobeSessionCompleteCallback</a> completeCallback, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#a961de60de61ed79c2c7dfee08c9fa939">ffmpegkit::LogCallback</a> <a class="code hl_variable" href="../../d8/d45/_f_fmpeg_kit_config_8cpp.html#a7e70dcb2518bb21bffb91bdd7133d329">logCallback</a>);</div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
|
||||
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::FFprobeSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#afbc72f1fbafb91a5e8f8d5ddfd4cba7e">execute</a>(<span class="keyword">const</span> std::string command);</div>
|
||||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
|
||||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::FFprobeSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#ac71efc2144fdcd99b3daf5abf886e317">executeAsync</a>(<span class="keyword">const</span> std::string command, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#af3f451cbb99c4dc36e2e2141a33cdf38">FFprobeSessionCompleteCallback</a> completeCallback);</div>
|
||||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
|
||||
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::FFprobeSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#ac71efc2144fdcd99b3daf5abf886e317">executeAsync</a>(<span class="keyword">const</span> std::string command, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#af3f451cbb99c4dc36e2e2141a33cdf38">FFprobeSessionCompleteCallback</a> completeCallback, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#a961de60de61ed79c2c7dfee08c9fa939">ffmpegkit::LogCallback</a> <a class="code hl_variable" href="../../d8/d45/_f_fmpeg_kit_config_8cpp.html#a7e70dcb2518bb21bffb91bdd7133d329">logCallback</a>);</div>
|
||||
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
|
||||
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::MediaInformationSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a4209a1e1730019b6e59f6fbd08d5604c">getMediaInformation</a>(<span class="keyword">const</span> std::string path);</div>
|
||||
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div>
|
||||
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::MediaInformationSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a4209a1e1730019b6e59f6fbd08d5604c">getMediaInformation</a>(<span class="keyword">const</span> std::string path, <span class="keyword">const</span> <span class="keywordtype">int</span> waitTimeout);</div>
|
||||
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
|
||||
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::MediaInformationSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#afe71f0fd406cca0049f79e92948a281b">getMediaInformationAsync</a>(<span class="keyword">const</span> std::string path, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#a909392d52220d37ab6e39bd7f4d6abb1">MediaInformationSessionCompleteCallback</a> completeCallback);</div>
|
||||
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> </div>
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::MediaInformationSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#afe71f0fd406cca0049f79e92948a281b">getMediaInformationAsync</a>(<span class="keyword">const</span> std::string path, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#a909392d52220d37ab6e39bd7f4d6abb1">MediaInformationSessionCompleteCallback</a> completeCallback, <a class="code hl_typedef" href="../../d2/d25/namespaceffmpegkit.html#a961de60de61ed79c2c7dfee08c9fa939">ffmpegkit::LogCallback</a> <a class="code hl_variable" href="../../d8/d45/_f_fmpeg_kit_config_8cpp.html#a7e70dcb2518bb21bffb91bdd7133d329">logCallback</a>, <span class="keyword">const</span> <span class="keywordtype">int</span> waitTimeout);</div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> </div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <span class="keyword">static</span> std::shared_ptr<ffmpegkit::MediaInformationSession> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a6854d0a8008dc27f59d02f4b43e753ec">getMediaInformationFromCommand</a>(<span class="keyword">const</span> std::string command);</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> </div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keyword">static</span> std::shared_ptr<std::list<std::shared_ptr<ffmpegkit::FFprobeSession>>> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#aec0c1a0ef90a48f8e51630dfd77da6ce">listFFprobeSessions</a>();</div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> </div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keyword">static</span> std::shared_ptr<std::list<std::shared_ptr<ffmpegkit::MediaInformationSession>>> <a class="code hl_function" href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a3407c34719eee4dbfe76340c856ce691">listMediaInformationSessions</a>();</div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> };</div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> </div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span>}</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> </div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span><span class="preprocessor">#endif </span><span class="comment">// FFPROBE_KIT_H</span></div>
|
||||
<div class="ttc" id="a_f_fmpeg_kit_config_8cpp_html_a7e70dcb2518bb21bffb91bdd7133d329"><div class="ttname"><a href="../../d8/d45/_f_fmpeg_kit_config_8cpp.html#a7e70dcb2518bb21bffb91bdd7133d329">logCallback</a></div><div class="ttdeci">static ffmpegkit::LogCallback logCallback</div><div class="ttdef"><b>Definition</b> <a href="../../d8/d45/_f_fmpeg_kit_config_8cpp_source.html#l00069">FFmpegKitConfig.cpp:69</a></div></div>
|
||||
<div class="ttc" id="a_f_fprobe_session_8h_html"><div class="ttname"><a href="../../dc/da0/_f_fprobe_session_8h.html">FFprobeSession.h</a></div></div>
|
||||
<div class="ttc" id="a_media_information_json_parser_8h_html"><div class="ttname"><a href="../../d7/d3a/_media_information_json_parser_8h.html">MediaInformationJsonParser.h</a></div></div>
|
||||
<div class="ttc" id="a_media_information_session_8h_html"><div class="ttname"><a href="../../dd/d69/_media_information_session_8h.html">MediaInformationSession.h</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html">ffmpegkit::FFprobeKit</a></div><div class="ttdef"><b>Definition</b> <a href="../../d4/dad/_f_fprobe_kit_8h_source.html#l00048">FFprobeKit.h:48</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_a3407c34719eee4dbfe76340c856ce691"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a3407c34719eee4dbfe76340c856ce691">ffmpegkit::FFprobeKit::listMediaInformationSessions</a></div><div class="ttdeci">static std::shared_ptr< std::list< std::shared_ptr< ffmpegkit::MediaInformationSession > > > listMediaInformationSessions()</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00106">FFprobeKit.cpp:106</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_a4209a1e1730019b6e59f6fbd08d5604c"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a4209a1e1730019b6e59f6fbd08d5604c">ffmpegkit::FFprobeKit::getMediaInformation</a></div><div class="ttdeci">static std::shared_ptr< ffmpegkit::MediaInformationSession > getMediaInformation(const std::string path)</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00068">FFprobeKit.cpp:68</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_a5685bf39272418fb70232abde76cdab7"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a5685bf39272418fb70232abde76cdab7">ffmpegkit::FFprobeKit::executeWithArgumentsAsync</a></div><div class="ttdeci">static std::shared_ptr< ffmpegkit::FFprobeSession > executeWithArgumentsAsync(const std::list< std::string > &arguments, FFprobeSessionCompleteCallback completeCallback)</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00038">FFprobeKit.cpp:38</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_a6854d0a8008dc27f59d02f4b43e753ec"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#a6854d0a8008dc27f59d02f4b43e753ec">ffmpegkit::FFprobeKit::getMediaInformationFromCommand</a></div><div class="ttdeci">static std::shared_ptr< ffmpegkit::MediaInformationSession > getMediaInformationFromCommand(const std::string command)</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00096">FFprobeKit.cpp:96</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_ac71efc2144fdcd99b3daf5abf886e317"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#ac71efc2144fdcd99b3daf5abf886e317">ffmpegkit::FFprobeKit::executeAsync</a></div><div class="ttdeci">static std::shared_ptr< ffmpegkit::FFprobeSession > executeAsync(const std::string command, FFprobeSessionCompleteCallback completeCallback)</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00056">FFprobeKit.cpp:56</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_ad496ab99f90ad92fe614cb99b9637880"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#ad496ab99f90ad92fe614cb99b9637880">ffmpegkit::FFprobeKit::executeWithArguments</a></div><div class="ttdeci">static std::shared_ptr< ffmpegkit::FFprobeSession > executeWithArguments(const std::list< std::string > &arguments)</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00032">FFprobeKit.cpp:32</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_aec0c1a0ef90a48f8e51630dfd77da6ce"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#aec0c1a0ef90a48f8e51630dfd77da6ce">ffmpegkit::FFprobeKit::listFFprobeSessions</a></div><div class="ttdeci">static std::shared_ptr< std::list< std::shared_ptr< ffmpegkit::FFprobeSession > > > listFFprobeSessions()</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00102">FFprobeKit.cpp:102</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_afbc72f1fbafb91a5e8f8d5ddfd4cba7e"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#afbc72f1fbafb91a5e8f8d5ddfd4cba7e">ffmpegkit::FFprobeKit::execute</a></div><div class="ttdeci">static std::shared_ptr< ffmpegkit::FFprobeSession > execute(const std::string command)</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00050">FFprobeKit.cpp:50</a></div></div>
|
||||
<div class="ttc" id="aclassffmpegkit_1_1_f_fprobe_kit_html_afe71f0fd406cca0049f79e92948a281b"><div class="ttname"><a href="../../df/d3f/classffmpegkit_1_1_f_fprobe_kit.html#afe71f0fd406cca0049f79e92948a281b">ffmpegkit::FFprobeKit::getMediaInformationAsync</a></div><div class="ttdeci">static std::shared_ptr< ffmpegkit::MediaInformationSession > getMediaInformationAsync(const std::string path, MediaInformationSessionCompleteCallback completeCallback)</div><div class="ttdef"><b>Definition</b> <a href="../../d0/dc3/_f_fprobe_kit_8cpp_source.html#l00082">FFprobeKit.cpp:82</a></div></div>
|
||||
<div class="ttc" id="anamespaceffmpegkit_html"><div class="ttname"><a href="../../d2/d25/namespaceffmpegkit.html">ffmpegkit</a></div><div class="ttdef"><b>Definition</b> <a href="../../d9/d76/_abstract_session_8h_source.html#l00025">AbstractSession.h:25</a></div></div>
|
||||
<div class="ttc" id="anamespaceffmpegkit_html_a909392d52220d37ab6e39bd7f4d6abb1"><div class="ttname"><a href="../../d2/d25/namespaceffmpegkit.html#a909392d52220d37ab6e39bd7f4d6abb1">ffmpegkit::MediaInformationSessionCompleteCallback</a></div><div class="ttdeci">std::function< void(const std::shared_ptr< ffmpegkit::MediaInformationSession > session)> MediaInformationSessionCompleteCallback</div><div class="ttdef"><b>Definition</b> <a href="../../df/d57/_media_information_session_complete_callback_8h_source.html#l00053">MediaInformationSessionCompleteCallback.h:53</a></div></div>
|
||||
<div class="ttc" id="anamespaceffmpegkit_html_a961de60de61ed79c2c7dfee08c9fa939"><div class="ttname"><a href="../../d2/d25/namespaceffmpegkit.html#a961de60de61ed79c2c7dfee08c9fa939">ffmpegkit::LogCallback</a></div><div class="ttdeci">std::function< void(const std::shared_ptr< ffmpegkit::Log > log)> LogCallback</div><div class="ttdef"><b>Definition</b> <a href="../../d4/daf/_log_callback_8h_source.html#l00035">LogCallback.h:35</a></div></div>
|
||||
<div class="ttc" id="anamespaceffmpegkit_html_af3f451cbb99c4dc36e2e2141a33cdf38"><div class="ttname"><a href="../../d2/d25/namespaceffmpegkit.html#af3f451cbb99c4dc36e2e2141a33cdf38">ffmpegkit::FFprobeSessionCompleteCallback</a></div><div class="ttdeci">std::function< void(const std::shared_ptr< ffmpegkit::FFprobeSession > session)> FFprobeSessionCompleteCallback</div><div class="ttdef"><b>Definition</b> <a href="../../d5/d14/_f_fprobe_session_complete_callback_8h_source.html#l00052">FFprobeSessionCompleteCallback.h:52</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Tue Aug 22 2023 01:27:12 for FFmpegKit Linux API by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user