stale-issue-message:'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-pr-message:'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-issue-label:'no-issue-activity'
stale-pr-label:'no-pr-activity'
exempt-issue-labels:'enhancement'
exempt-pr-labels:'enhancement'
exempt-all-assignees:''
- uses:actions/stale@v1
with:
repo-token:${{ secrets.GITHUB_TOKEN }}
stale-issue-message:'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-pr-message:'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
- `FFmpegKit` wrapper library to run `FFmpeg`/`FFprobe` commands in applications
- Supports Android, iOS, macOS and tvOS
- Based on FFmpeg `v4.4-dev` with optional system and external libraries
- Based on FFmpeg `v4.5-dev` with optional system and external libraries
- 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases), [Maven Central](https://search.maven.org) and [CocoaPods](https://cocoapods.org).
- Licensed under `LGPL 3.0`, or `GPL v3.0` if GPL licensed libraries are enabled
@ -93,16 +93,20 @@ include them.
</tbody>
</table>
- `AVFoundation` is not available on `tvOS`, `VideoToolbox` is not available on `tvOS` LTS releases
- `AVFoundation` is not available on `tvOS`
- `VideoToolbox` is not available on LTS releases of `iOS` and `tvOS`
### 7. Versions
`FFmpegKit` binaries generated use the same major and minor version numbers as the upstream `FFmpeg` project. The exact
version number is obtained using `git describe --tags`. `dev` part in `FFmpeg` version number indicates that `FFmpeg`
source is cloned from the `FFmpeg``master` branch.
`FFmpegKit` binaries generated use the same major and minor version numbers as the upstream `FFmpeg` project.
The exact version number of `FFmpeg` is obtained using `git describe --tags`. `dev` part in the version string
indicates that `FFmpeg` source code is cloned from the `FFmpeg``master` branch.
| FFmpegKit Version | FFmpeg Version | Release Date |
android.util.Log.w(FFmpegKitConfig.TAG,String.format("Get media information execute failed: %s.%s",FFmpegKit.argumentsToString(mediaInformationSession.getArguments()),Exceptions.getStackTraceString(e)));
android.util.Log.w(FFmpegKitConfig.TAG,String.format("Get media information execute failed: %s.%s",FFmpegKitConfig.argumentsToString(mediaInformationSession.getArguments()),Exceptions.getStackTraceString(e)));
<divclass="textblock">Here are the data structures with brief descriptions:</div><divclass="directory">
@ -108,7 +107,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html#l00033">33</a> of file <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html">ffmpegkit_abidetect.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html#l00042">42</a> of file <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html">ffmpegkit_abidetect.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html#l00030">30</a> of file <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html">ffmpegkit_abidetect.h</a>.</p>
<p>Represents armeabi-v7a ABI with NEON support. </p>
<p>Represents armeabi-v7a ABI with NEON support. </p>
<pclass="definition">Definition at line <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html#l00027">27</a> of file <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html">ffmpegkit_abidetect.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html#l00045">45</a> of file <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html">ffmpegkit_abidetect.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html#l00036">36</a> of file <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html">ffmpegkit_abidetect.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html#l00039">39</a> of file <aclass="el"href="../../d0/d07/ffmpegkit__abidetect_8h_source.html">ffmpegkit_abidetect.h</a>.</p>
<p>Returns whether FFmpegKit release is a long term release or not.</p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">env</td><td>pointer to native method interface </td></tr>
@ -382,7 +381,7 @@ Functions</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<ahref="../../d0/d07/ffmpegkit__abidetect_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">/*</span></div>
<divclass="line"><aname="l00006"></a><spanclass="lineno"> 6</span> <spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> <spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aname="l00011"></a><spanclass="lineno"> 11</span> <spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> <spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aname="l00013"></a><spanclass="lineno"> 13</span> <spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> <spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
<ahref="../../d0/d07/ffmpegkit__abidetect_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aid="l00001"name="l00001"></a><spanclass="lineno"> 1</span><spanclass="comment">/*</span></div>
<divclass="line"><aid="l00006"name="l00006"></a><spanclass="lineno"> 6</span><spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aid="l00007"name="l00007"></a><spanclass="lineno"> 7</span><spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aid="l00008"name="l00008"></a><spanclass="lineno"> 8</span><spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aid="l00009"name="l00009"></a><spanclass="lineno"> 9</span><spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aid="l00011"name="l00011"></a><spanclass="lineno"> 11</span><spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aid="l00012"name="l00012"></a><spanclass="lineno"> 12</span><spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aid="l00013"name="l00013"></a><spanclass="lineno"> 13</span><spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aid="l00014"name="l00014"></a><spanclass="lineno"> 14</span><spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aid="l00016"name="l00016"></a><spanclass="lineno"> 16</span><spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aid="l00017"name="l00017"></a><spanclass="lineno"> 17</span><spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
Generated on Mon Mar 1 2021 23:46:50 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00287">287</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00288">288</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00302">302</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00303">303</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00306">306</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00307">307</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00288">288</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00289">289</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00300">300</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00301">301</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00305">305</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00306">306</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00299">299</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00300">300</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00290">290</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00291">291</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00298">298</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00299">299</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00291">291</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00292">292</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00289">289</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00290">290</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00294">294</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00295">295</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00301">301</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00302">302</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00307">307</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00308">308</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00294">294</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00296">296</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00298">298</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00299">299</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
</div>
</div>
@ -353,7 +354,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<trclass="memdesc:a9a134275e24f0ed7ceb2108e144b031d"><tdclass="mdescLeft"> </td><tdclass="mdescRight">class of the writer <ahref="../../d1/da2/struct_writer_context.html#a9a134275e24f0ed7ceb2108e144b031d">More...</a><br/></td></tr>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00459">459</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00465">465</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00460">460</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00466">466</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00468">468</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00474">474</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00462">462</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00468">468</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<p>number of the item printed in the given section, starting from 0 </p>
<p>number of the item printed in the given section, starting from 0 </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00471">471</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00477">477</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<p>number of the frame section in case we are in "packets_and_frames" section </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00479">479</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00485">485</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<p>number of the packet section in case we are in "packets_and_frames" section </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00478">478</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00484">484</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<p>nb_section_packet or nb_section_frame according if is_packets_and_frames </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00480">480</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00486">486</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00466">466</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00472">472</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00463">463</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00469">469</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00474">474</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00480">480</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<p>generic print buffer dedicated to each section, used by various writers </p>
<p>generic print buffer dedicated to each section, used by various writers </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00475">475</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00481">481</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00465">465</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00471">471</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00482">482</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00488">488</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00483">483</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00489">489</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00484">484</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00490">490</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<p>the <aclass="el"href="../../d6/dff/struct_writer.html">Writer</a> of which this is an instance </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00461">461</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00467">467</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
</div>
</div>
@ -404,7 +403,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00428">428</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00440">440</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00534">534</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00546">546</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00525">525</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00537">537</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00483">483</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html#l00495">495</a> of file <aclass="el"href="../../d1/dba/fftools__ffmpeg__hw_8c_source.html">fftools_ffmpeg_hw.c</a>.</p>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<tr><tdclass="paramname">id</td><td>session id </td></tr>
@ -117,11 +116,11 @@ Variables</h2></td></tr>
</dd>
</dl>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00357">357</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00358">358</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<p>Forward declaration for function defined in <aclass="el"href="../../d8/d78/fftools__ffprobe_8c.html">fftools_ffprobe.c</a></p>
<p>Forward declaration for function defined in <aclass="el"href="../../d8/d78/fftools__ffprobe_8c.html">fftools_ffprobe.c</a></p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l03713">3713</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l03717">3717</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<tr><tdclass="paramname">id</td><td>session id </td></tr>
@ -228,12 +227,12 @@ Variables</h2></td></tr>
</dd>
</dl>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00398">398</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00399">399</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<p>Resets the number of messages in transmit for this session.</p>
<p>Resets the number of messages in transmit for this session.</p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">id</td><td>session id </td></tr>
@ -255,12 +254,12 @@ Variables</h2></td></tr>
</dd>
</dl>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00430">430</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00431">431</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00108">108</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00109">109</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<tdclass="memname">__thread volatile long sessionId</td>
<tdclass="memname">__thread volatile long globalSessionId</td>
</tr>
</table>
</td>
@ -304,16 +303,16 @@ Variables</h2></td></tr>
</tr>
</table>
</div><divclass="memdoc">
<p>Holds the id of the current session </p>
<p>Holds the id of the current session </p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00105">105</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00106">106</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<ahref="../../d1/ddd/ffprobekit_8c.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">/*</span></div>
<divclass="line"><aname="l00006"></a><spanclass="lineno"> 6</span> <spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> <spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aname="l00011"></a><spanclass="lineno"> 11</span> <spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> <spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aname="l00013"></a><spanclass="lineno"> 13</span> <spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> <spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
<divclass="line"><aname="l00052"></a><spanclass="lineno"> 52</span> <spanclass="comment">// SETS DEFAULT LOG LEVEL BEFORE STARTING A NEW RUN</span></div>
<divclass="line"><aname="l00080"></a><spanclass="lineno"> 80</span> <spanclass="comment">// REGISTER THE ID BEFORE STARTING THE SESSION</span></div>
<ahref="../../d1/ddd/ffprobekit_8c.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aid="l00001"name="l00001"></a><spanclass="lineno"> 1</span><spanclass="comment">/*</span></div>
<divclass="line"><aid="l00006"name="l00006"></a><spanclass="lineno"> 6</span><spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aid="l00007"name="l00007"></a><spanclass="lineno"> 7</span><spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aid="l00008"name="l00008"></a><spanclass="lineno"> 8</span><spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aid="l00009"name="l00009"></a><spanclass="lineno"> 9</span><spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aid="l00011"name="l00011"></a><spanclass="lineno"> 11</span><spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aid="l00012"name="l00012"></a><spanclass="lineno"> 12</span><spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aid="l00013"name="l00013"></a><spanclass="lineno"> 13</span><spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aid="l00014"name="l00014"></a><spanclass="lineno"> 14</span><spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aid="l00016"name="l00016"></a><spanclass="lineno"> 16</span><spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aid="l00017"name="l00017"></a><spanclass="lineno"> 17</span><spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
<divclass="line"><aid="l00052"name="l00052"></a><spanclass="lineno"> 52</span><spanclass="comment">// SETS DEFAULT LOG LEVEL BEFORE STARTING A NEW RUN</span></div>
<divclass="line"><aid="l00080"name="l00080"></a><spanclass="lineno"> 80</span><spanclass="comment">// REGISTER THE ID BEFORE STARTING THE SESSION</span></div>
<divclass="ttc"id="affprobekit_8c_html_a19ed73b458e2e6e6117f51d6bd6a9bf7"><divclass="ttname"><ahref="../../d1/ddd/ffprobekit_8c.html#a19ed73b458e2e6e6117f51d6bd6a9bf7">sessionId</a></div><divclass="ttdeci">__thread volatile long sessionId</div><divclass="ttdef"><b>Definition:</b><ahref="../../dc/dd3/ffmpegkit_8c_source.html#l00105">ffmpegkit.c:105</a></div></div>
<divclass="ttc"id="affprobekit_8c_html_af764c3599e5f16ca1cd943b094aa08fc"><divclass="ttname"><ahref="../../d1/ddd/ffprobekit_8c.html#af764c3599e5f16ca1cd943b094aa08fc">globalSessionId</a></div><divclass="ttdeci">__thread volatile long globalSessionId</div><divclass="ttdef"><b>Definition:</b><ahref="../../dc/dd3/ffmpegkit_8c_source.html#l00106">ffmpegkit.c:106</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:50 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<p>Synchronously executes FFprobe natively with arguments provided.</p>
<p>Synchronously executes FFprobe natively with arguments provided.</p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">env</td><td>pointer to native method interface </td></tr>
@ -134,7 +133,7 @@ Functions</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<ahref="../../d2/dbf/ffprobekit_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">/*</span></div>
<divclass="line"><aname="l00006"></a><spanclass="lineno"> 6</span> <spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> <spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aname="l00011"></a><spanclass="lineno"> 11</span> <spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> <spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aname="l00013"></a><spanclass="lineno"> 13</span> <spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> <spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
<ahref="../../d2/dbf/ffprobekit_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aid="l00001"name="l00001"></a><spanclass="lineno"> 1</span><spanclass="comment">/*</span></div>
<divclass="line"><aid="l00006"name="l00006"></a><spanclass="lineno"> 6</span><spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aid="l00007"name="l00007"></a><spanclass="lineno"> 7</span><spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aid="l00008"name="l00008"></a><spanclass="lineno"> 8</span><spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aid="l00009"name="l00009"></a><spanclass="lineno"> 9</span><spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aid="l00011"name="l00011"></a><spanclass="lineno"> 11</span><spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aid="l00012"name="l00012"></a><spanclass="lineno"> 12</span><spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aid="l00013"name="l00013"></a><spanclass="lineno"> 13</span><spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aid="l00014"name="l00014"></a><spanclass="lineno"> 14</span><spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aid="l00016"name="l00016"></a><spanclass="lineno"> 16</span><spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aid="l00017"name="l00017"></a><spanclass="lineno"> 17</span><spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
Generated on Mon Mar 1 2021 23:46:50 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<divclass="textblock"><p>Callback data structure </p>
<divclass="textblock"><p>Callback data structure </p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00036">36</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00037">37</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00041">41</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00042">42</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00040">40</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00041">41</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00051">51</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00052">52</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00038">38</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00039">39</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00048">48</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00049">49</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00044">44</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00045">45</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00043">43</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00044">44</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00045">45</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00046">46</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00046">46</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00047">47</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00049">49</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00050">50</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00047">47</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00048">48</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00037">37</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html#l00038">38</a> of file <aclass="el"href="../../dc/dd3/ffmpegkit_8c_source.html">ffmpegkit.c</a>.</p>
</div>
</div>
@ -300,7 +299,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01078">1078</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01086">1086</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01079">1079</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01087">1087</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01084">1084</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01092">1092</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01085">1085</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01093">1093</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01087">1087</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01095">1095</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01081">1081</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01089">1089</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01080">1080</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01088">1088</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01086">1086</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01094">1094</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01082">1082</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01090">1090</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01083">1083</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01091">1091</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01088">1088</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01096">1096</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
</div>
</div>
@ -263,7 +262,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<divclass="textblock"><p>An option extracted from the commandline. Cannot use AVDictionary because of options like -map which can be used multiple times. </p>
<divclass="textblock"><p>An option extracted from the commandline. Cannot use AVDictionary because of options like -map which can be used multiple times. </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00276">276</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00279">279</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00278">278</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00281">281</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00277">277</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00280">280</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00279">279</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00282">282</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
</div>
</div>
@ -138,7 +139,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<trclass="memdesc:aa4918133b75f0447192deea8c21f822e"><tdclass="mdescLeft"> </td><tdclass="mdescRight">dts of the first packet read for this stream (in AV_TIME_BASE units) <ahref="../../d3/d6e/struct_input_stream.html#aa4918133b75f0447192deea8c21f822e">More...</a><br/></td></tr>
<trclass="memdesc:a1e7893cdf661d9ad7c24fdccc60fa05e"><tdclass="mdescLeft"> </td><tdclass="mdescRight">dts of the last packet read for this stream (in AV_TIME_BASE units) <ahref="../../d3/d6e/struct_input_stream.html#a1e7893cdf661d9ad7c24fdccc60fa05e">More...</a><br/></td></tr>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00323">323</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00324">324</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00365">365</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00368">368</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00354">354</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00357">357</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00409">409</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00412">412</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00333">333</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00334">334</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00332">332</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00333">333</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00334">334</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00335">335</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00360">360</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00363">363</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00328">328</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00329">329</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00326">326</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00327">327</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00383">383</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00386">386</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<p>dts of the last packet read for this stream (in AV_TIME_BASE units) </p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00341">341</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00344">344</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00416">416</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00419">419</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00324">324</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00325">325</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00335">335</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00336">336</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00347">347</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00350">350</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00387">387</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00390">390</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<p>dts of the first packet read for this stream (in AV_TIME_BASE units) </p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00343">343</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00367">367</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00370">370</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00361">361</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00364">364</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00413">413</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00416">416</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00369">369</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00372">372</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00363">363</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00366">366</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00405">405</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00408">408</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00399">399</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00402">402</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00395">395</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00398">398</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00390">390</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00397">397</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00401">401</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00404">404</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00390">390</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00396">396</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00395">395</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00399">399</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00402">402</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00406">406</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00402">402</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00405">405</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00402">402</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00407">407</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00400">400</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00403">403</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00350">350</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00353">353</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00349">349</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00352">352</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00417">417</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00420">420</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00388">388</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00391">391</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00411">411</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00414">414</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00356">356</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00359">359</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00340">340</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00342">342</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<p>synthetic pts for the next decode frame (in AV_TIME_BASE units) </p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00343">343</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00346">346</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00337">337</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<p>current pts of the decoded frame (in AV_TIME_BASE units) </p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00344">344</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00347">347</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00390">390</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00393">393</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00370">370</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00373">373</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00414">414</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00417">417</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00359">359</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00362">362</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00325">325</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00326">326</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00337">337</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00339">339</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00371">371</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00374">374</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00362">362</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00365">365</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00358">358</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00361">361</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00327">327</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00328">328</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00345">345</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00348">348</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
</div>
</div>
@ -1068,7 +1108,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<p>Holds information to implement exception handling. </p>
<p>Holds information to implement exception handling. </p>
<pclass="definition">Definition at line <aclass="el"href="../../d9/d56/ffmpegkit__exception_8c_source.html#l00023">23</a> of file <aclass="el"href="../../d9/d56/ffmpegkit__exception_8c_source.html">ffmpegkit_exception.c</a>.</p>
@ -106,7 +105,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<ahref="../../d3/dad/ffmpegkit__exception_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">/*</span></div>
<divclass="line"><aname="l00006"></a><spanclass="lineno"> 6</span> <spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> <spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aname="l00011"></a><spanclass="lineno"> 11</span> <spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> <spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aname="l00013"></a><spanclass="lineno"> 13</span> <spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> <spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
<ahref="../../d3/dad/ffmpegkit__exception_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aid="l00001"name="l00001"></a><spanclass="lineno"> 1</span><spanclass="comment">/*</span></div>
<divclass="line"><aid="l00006"name="l00006"></a><spanclass="lineno"> 6</span><spanclass="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<divclass="line"><aid="l00007"name="l00007"></a><spanclass="lineno"> 7</span><spanclass="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<divclass="line"><aid="l00008"name="l00008"></a><spanclass="lineno"> 8</span><spanclass="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<divclass="line"><aid="l00009"name="l00009"></a><spanclass="lineno"> 9</span><spanclass="comment"> * (at your option) any later version.</span></div>
<divclass="line"><aid="l00011"name="l00011"></a><spanclass="lineno"> 11</span><spanclass="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aid="l00012"name="l00012"></a><spanclass="lineno"> 12</span><spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aid="l00013"name="l00013"></a><spanclass="lineno"> 13</span><spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<divclass="line"><aid="l00014"name="l00014"></a><spanclass="lineno"> 14</span><spanclass="comment"> * GNU Lesser General Public License for more details.</span></div>
<divclass="line"><aid="l00016"name="l00016"></a><spanclass="lineno"> 16</span><spanclass="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<divclass="line"><aid="l00017"name="l00017"></a><spanclass="lineno"> 17</span><spanclass="comment"> * along with FFmpegKit. If not, see <http://www.gnu.org/licenses/>.</span></div>
Generated on Mon Mar 1 2021 23:46:50 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01238">1238</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01246">1246</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01239">1239</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01247">1247</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01242">1242</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01250">1250</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01241">1241</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01249">1249</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01240">1240</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01248">1248</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
</div>
</div>
@ -155,7 +154,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00930">930</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00938">938</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00931">931</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00939">939</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00934">934</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00942">942</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00932">932</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00940">940</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00933">933</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00941">941</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
</div>
</div>
@ -155,7 +154,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00374">374</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00377">377</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00376">376</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00379">379</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00378">378</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00381">381</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00379">379</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00382">382</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<p>marks if sub2video_update should force an initialization </p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00380">380</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00383">383</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00375">375</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00378">378</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00377">377</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00380">380</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00379">379</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00382">382</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
</div>
</div>
@ -219,7 +220,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d7/d48/fftools__ffmpeg_8c_source.html#l00154">154</a> of file <aclass="el"href="../../d7/d48/fftools__ffmpeg_8c_source.html">fftools_ffmpeg.c</a>.</p>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00112">112</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01466">1466</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01474">1474</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01467">1467</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01475">1475</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01469">1469</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01477">1477</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01468">1468</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01476">1476</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01470">1470</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01478">1478</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01470">1470</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01478">1478</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
</div>
</div>
@ -173,7 +172,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00297">297</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00300">300</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00299">299</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00302">302</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00304">304</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00307">307</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00305">305</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00308">308</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00298">298</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00301">301</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00302">302</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00305">305</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00301">301</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00304">304</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00306">306</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00309">309</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00308">308</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00311">311</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00307">307</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00310">310</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
</div>
</div>
@ -245,7 +246,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<trclass="memdesc:a66be370a26c5bf349d83fc61dd584ca0"><tdclass="mdescLeft"> </td><tdclass="mdescRight">private class of the writer, if any <ahref="../../d6/dff/struct_writer.html#a66be370a26c5bf349d83fc61dd584ca0">More...</a><br/></td></tr>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00441">441</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00447">447</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00454">454</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00460">460</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00446">446</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00452">452</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00444">444</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00450">450</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00451">451</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00457">457</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00452">452</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00458">458</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00450">450</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00456">456</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00449">449</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00455">455</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00453">453</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00459">459</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00442">442</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00448">448</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00443">443</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00449">449</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00447">447</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l00453">453</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
</div>
</div>
@ -290,7 +289,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00263">263</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00264">264</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00280">280</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00281">281</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00279">279</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00280">280</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00284">284</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00285">285</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00264">264</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00265">265</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00273">273</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00274">274</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00270">270</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00271">271</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00266">266</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00267">267</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00275">275</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00276">276</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00282">282</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00283">283</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00265">265</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00266">266</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00267">267</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00268">268</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00276">276</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00277">277</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00278">278</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00279">279</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00267">267</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00269">269</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00275">275</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html#l00276">276</a> of file <aclass="el"href="../../d7/db3/fftools__ffmpeg_8h_source.html">fftools_ffmpeg.h</a>.</p>
</div>
</div>
@ -353,7 +354,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<divclass="textblock"><p>A list of option groups that all have the same group type (e.g. input files or output files) </p>
<divclass="textblock"><p>A list of option groups that all have the same group type (e.g. input files or output files) </p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00315">315</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00318">318</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00316">316</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00319">319</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00318">318</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00321">321</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00319">319</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html#l00322">322</a> of file <aclass="el"href="../../d8/d4e/fftools__cmdutils_8h_source.html">fftools_cmdutils.h</a>.</p>
</div>
</div>
@ -138,7 +139,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01632">1632</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01640">1640</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01633">1633</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01641">1641</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01636">1636</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01644">1644</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01635">1635</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01643">1643</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01634">1634</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01642">1642</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01637">1637</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
<pclass="definition">Definition at line <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html#l01645">1645</a> of file <aclass="el"href="../../d8/d78/fftools__ffprobe_8c_source.html">fftools_ffprobe.c</a>.</p>
</div>
</div>
@ -173,7 +172,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Mar 1 2021 23:46:51 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
<ahref="../../d8/d4e/fftools__cmdutils_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">/*</span></div>
<divclass="line"><aname="l00002"></a><spanclass="lineno"> 2</span> <spanclass="comment"> * Various utilities for command line tools</span></div>
<divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="comment"> * FFmpeg is free software; you can redistribute it and/or</span></div>
<divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> <spanclass="comment"> * modify it under the terms of the GNU Lesser General Public</span></div>
<divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="comment"> * License as published by the Free Software Foundation; either</span></div>
<divclass="line"><aname="l00010"></a><spanclass="lineno"> 10</span> <spanclass="comment"> * version 2.1 of the License, or (at your option) any later version.</span></div>
<divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> <spanclass="comment"> * FFmpeg is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aname="l00013"></a><spanclass="lineno"> 13</span> <spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div>
<divclass="line"><aname="l00015"></a><spanclass="lineno"> 15</span> <spanclass="comment"> * Lesser General Public License for more details.</span></div>
<divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<divclass="line"><aname="l00018"></a><spanclass="lineno"> 18</span> <spanclass="comment"> * License along with FFmpeg; if not, write to the Free Software</span></div>
<divclass="line"><aname="l00019"></a><spanclass="lineno"> 19</span> <spanclass="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span></div>
<divclass="line"><aname="l00036"></a><spanclass="lineno"> 36</span> <spanclass="comment"> * - fftools_ prefix added to file name and include guards</span></div>
<divclass="line"><aname="l00057"></a><spanclass="lineno"> 57</span> <spanclass="preprocessor">#undef main </span><spanclass="comment">/* We don't want SDL to override our main() */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00202"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a2cb4d9f4b617e04d8b68fc881fdbb958"> 202</a></span> <spanclass="preprocessor">#define OPT_PERFILE 0x2000 </span><spanclass="comment">/* the option is per-file (currently ffmpeg-only).</span></div>
<divclass="line"><aname="l00203"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#af8d2573bae8637d92cfb1bd84782e8d5"> 203</a></span> <spanclass="comment"> implied by OPT_OFFSET or OPT_SPEC */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00204"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a125b062e1ed2e8d929ab67f4721aa463"> 204</a></span> <spanclass="preprocessor">#define OPT_OFFSET 0x4000 </span><spanclass="comment">/* option is specified as an offset in a passed optctx */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aname="l00205"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#ac8fbad19fad03f8e62a8f5d5ccba5782"> 205</a></span> <spanclass="preprocessor">#define OPT_SPEC 0x8000 </span><spanclass="comment">/* option is to be stored in an array of SpecifierOpt.</span></div>
<divclass="line"><aname="l00206"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a8370d4bb83286c3641c5dd87551f6182"> 206</a></span> <spanclass="comment"> Implies OPT_OFFSET. Next element after the offset is</span></div>
<divclass="line"><aname="l00207"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a70561ef40bba827afd07234175c07d03"> 207</a></span> <spanclass="comment"> an int containing element count in the array. */</span><spanclass="preprocessor"></span></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a13fba56a5674556e879f5733f9b1dd55"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a13fba56a5674556e879f5733f9b1dd55">show_help_options</a></div><divclass="ttdeci">void show_help_options(const OptionDef *options, const char *msg, int req_flags, int rej_flags, int alt_flags)</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l00210">fftools_cmdutils.c:210</a></div></div>
<ahref="../../d8/d4e/fftools__cmdutils_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aid="l00001"name="l00001"></a><spanclass="lineno"> 1</span><spanclass="comment">/*</span></div>
<divclass="line"><aid="l00002"name="l00002"></a><spanclass="lineno"> 2</span><spanclass="comment"> * Various utilities for command line tools</span></div>
<divclass="line"><aid="l00007"name="l00007"></a><spanclass="lineno"> 7</span><spanclass="comment"> * FFmpeg is free software; you can redistribute it and/or</span></div>
<divclass="line"><aid="l00008"name="l00008"></a><spanclass="lineno"> 8</span><spanclass="comment"> * modify it under the terms of the GNU Lesser General Public</span></div>
<divclass="line"><aid="l00009"name="l00009"></a><spanclass="lineno"> 9</span><spanclass="comment"> * License as published by the Free Software Foundation; either</span></div>
<divclass="line"><aid="l00010"name="l00010"></a><spanclass="lineno"> 10</span><spanclass="comment"> * version 2.1 of the License, or (at your option) any later version.</span></div>
<divclass="line"><aid="l00012"name="l00012"></a><spanclass="lineno"> 12</span><spanclass="comment"> * FFmpeg is distributed in the hope that it will be useful,</span></div>
<divclass="line"><aid="l00013"name="l00013"></a><spanclass="lineno"> 13</span><spanclass="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<divclass="line"><aid="l00014"name="l00014"></a><spanclass="lineno"> 14</span><spanclass="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div>
<divclass="line"><aid="l00015"name="l00015"></a><spanclass="lineno"> 15</span><spanclass="comment"> * Lesser General Public License for more details.</span></div>
<divclass="line"><aid="l00017"name="l00017"></a><spanclass="lineno"> 17</span><spanclass="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<divclass="line"><aid="l00018"name="l00018"></a><spanclass="lineno"> 18</span><spanclass="comment"> * License along with FFmpeg; if not, write to the Free Software</span></div>
<divclass="line"><aid="l00019"name="l00019"></a><spanclass="lineno"> 19</span><spanclass="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span></div>
<divclass="line"><aid="l00036"name="l00036"></a><spanclass="lineno"> 36</span><spanclass="comment"> * - fftools_ prefix added to file name and include guards</span></div>
<divclass="line"><aid="l00055"name="l00055"></a><spanclass="lineno"> 55</span><spanclass="preprocessor">#undef main </span><spanclass="comment">/* We don't want SDL to override our main() */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aid="l00205"name="l00205"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a2cb4d9f4b617e04d8b68fc881fdbb958"> 205</a></span><spanclass="preprocessor">#define OPT_PERFILE 0x2000 </span><spanclass="comment">/* the option is per-file (currently ffmpeg-only).</span></div>
<divclass="line"><aid="l00206"name="l00206"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#af8d2573bae8637d92cfb1bd84782e8d5"> 206</a></span><spanclass="comment"> implied by OPT_OFFSET or OPT_SPEC */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aid="l00207"name="l00207"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a125b062e1ed2e8d929ab67f4721aa463"> 207</a></span><spanclass="preprocessor">#define OPT_OFFSET 0x4000 </span><spanclass="comment">/* option is specified as an offset in a passed optctx */</span><spanclass="preprocessor"></span></div>
<divclass="line"><aid="l00208"name="l00208"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#ac8fbad19fad03f8e62a8f5d5ccba5782"> 208</a></span><spanclass="preprocessor">#define OPT_SPEC 0x8000 </span><spanclass="comment">/* option is to be stored in an array of SpecifierOpt.</span></div>
<divclass="line"><aid="l00209"name="l00209"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a8370d4bb83286c3641c5dd87551f6182"> 209</a></span><spanclass="comment"> Implies OPT_OFFSET. Next element after the offset is</span></div>
<divclass="line"><aid="l00210"name="l00210"></a><spanclass="lineno"><aclass="line"href="../../d8/d4e/fftools__cmdutils_8h.html#a70561ef40bba827afd07234175c07d03"> 210</a></span><spanclass="comment"> an int containing element count in the array. */</span><spanclass="preprocessor"></span></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a13fba56a5674556e879f5733f9b1dd55"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a13fba56a5674556e879f5733f9b1dd55">show_help_options</a></div><divclass="ttdeci">void show_help_options(const OptionDef *options, const char *msg, int req_flags, int rej_flags, int alt_flags)</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l00207">fftools_cmdutils.c:207</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a5a234190bf25a47320f57fd5ba9cea6a"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a5a234190bf25a47320f57fd5ba9cea6a">grow_array</a></div><divclass="ttdeci">void * grow_array(void *array, int elem_size, int *size, int new_size)</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l02230">fftools_cmdutils.c:2230</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a83fbf976c7976ea554e7bda1d266b0a2"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a83fbf976c7976ea554e7bda1d266b0a2">program_birth_year</a></div><divclass="ttdeci">__thread int program_birth_year</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l00099">fftools_cmdutils.c:99</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a83fbf976c7976ea554e7bda1d266b0a2"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a83fbf976c7976ea554e7bda1d266b0a2">program_birth_year</a></div><divclass="ttdeci">__thread int program_birth_year</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l00101">fftools_cmdutils.c:101</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a90b81dc3f851b1894d3c0aecd85d66c2"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a90b81dc3f851b1894d3c0aecd85d66c2">log_callback_help</a></div><divclass="ttdeci">void log_callback_help(void *ptr, int level, const char *fmt, va_list vl)</div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a96a58c49cf1904b28615fd1778a12753"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a96a58c49cf1904b28615fd1778a12753">find_stream_info</a></div><divclass="ttdeci">__thread int find_stream_info</div><divclass="ttdef"><b>Definition:</b><ahref="../../da/d66/fftools__ffmpeg__opt_8c_source.html#l00207">fftools_ffmpeg_opt.c:207</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_a96a58c49cf1904b28615fd1778a12753"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#a96a58c49cf1904b28615fd1778a12753">find_stream_info</a></div><divclass="ttdeci">__thread int find_stream_info</div><divclass="ttdef"><b>Definition:</b><ahref="../../da/d66/fftools__ffmpeg__opt_8c_source.html#l00206">fftools_ffmpeg_opt.c:206</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_ad41fedd149e409656cc5e266493d15d1"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#ad41fedd149e409656cc5e266493d15d1">hide_banner</a></div><divclass="ttdeci">__thread int hide_banner</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l00107">fftools_cmdutils.c:107</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_acd90965dc8c1458acd18b24978ce3c12"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#acd90965dc8c1458acd18b24978ce3c12">grow_array</a></div><divclass="ttdeci">void * grow_array(void *array, int elem_size, int *size, int new_size)</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l02237">fftools_cmdutils.c:2237</a></div></div>
<divclass="ttc"id="afftools__cmdutils_8h_html_ad41fedd149e409656cc5e266493d15d1"><divclass="ttname"><ahref="../../d8/d4e/fftools__cmdutils_8h.html#ad41fedd149e409656cc5e266493d15d1">hide_banner</a></div><divclass="ttdeci">__thread int hide_banner</div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/dcc/fftools__cmdutils_8c_source.html#l00109">fftools_cmdutils.c:109</a></div></div>
Generated on Mon Mar 1 2021 23:46:50 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.1
Generated on Sat Sep 18 2021 14:51:02 for FFmpegKit Android API by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="../../doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.2
</small></address>
</body>
</html>
Some files were not shown because too many files have changed in this diff
Show More