ffmpeg-kit/docs/linux/html/df/d40/ffmpegkit__exception_8cpp.html

104 lines
4.6 KiB
HTML
Raw Normal View History

2022-08-02 21:48:54 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
2022-09-17 20:29:42 +03:00
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.4"/>
2022-08-02 21:48:54 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>FFmpegKit Linux API: ffmpegkit_exception.cpp File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
2022-09-17 20:29:42 +03:00
<tr id="projectrow">
2022-08-02 21:48:54 +03:00
<td id="projectlogo"><img alt="Logo" src="../../ffmpeg-kit-icon-v9-small.png"/></td>
2022-09-17 20:29:42 +03:00
<td id="projectalign">
<div id="projectname">FFmpegKit Linux API<span id="projectnumber">&#160;5.1</span>
2022-08-02 21:48:54 +03:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2022-09-17 20:29:42 +03:00
<!-- Generated by Doxygen 1.9.4 -->
2022-08-02 21:48:54 +03:00
<script type="text/javascript">
2022-09-17 20:29:42 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search",'Search','.html');
2022-08-02 21:48:54 +03:00
/* @license-end */
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
2022-09-17 20:29:42 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
2022-08-02 21:48:54 +03:00
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-09-17 20:29:42 +03:00
/* @license-end */
</script>
2022-08-02 21:48:54 +03:00
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#var-members">Variables</a> </div>
2022-09-17 20:29:42 +03:00
<div class="headertitle"><div class="title">ffmpegkit_exception.cpp File Reference</div></div>
2022-08-02 21:48:54 +03:00
</div><!--header-->
<div class="contents">
<p><a href="../../df/d40/ffmpegkit__exception_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
2022-09-17 20:29:42 +03:00
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="var-members" name="var-members"></a>
2022-08-02 21:48:54 +03:00
Variables</h2></td></tr>
<tr class="memitem:a602bfc62417fcbda9f5e3e6604917b3c"><td class="memItemLeft" align="right" valign="top">__thread jmp_buf&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d40/ffmpegkit__exception_8cpp.html#a602bfc62417fcbda9f5e3e6604917b3c">ex_buf__</a></td></tr>
<tr class="separator:a602bfc62417fcbda9f5e3e6604917b3c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Variable Documentation</h2>
2022-09-17 20:29:42 +03:00
<a id="a602bfc62417fcbda9f5e3e6604917b3c" name="a602bfc62417fcbda9f5e3e6604917b3c"></a>
2022-08-02 21:48:54 +03:00
<h2 class="memtitle"><span class="permalink"><a href="#a602bfc62417fcbda9f5e3e6604917b3c">&#9670;&nbsp;</a></span>ex_buf__</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">__thread jmp_buf ex_buf__</td>
</tr>
</table>
</div><div class="memdoc">
2022-09-17 20:29:42 +03:00
<p >Holds information to implement exception handling. </p>
2022-08-02 21:48:54 +03:00
<p class="definition">Definition at line <a class="el" href="../../df/d40/ffmpegkit__exception_8cpp_source.html#l00023">23</a> of file <a class="el" href="../../df/d40/ffmpegkit__exception_8cpp_source.html">ffmpegkit_exception.cpp</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
2022-09-17 20:29:42 +03:00
Generated on Sat Sep 17 2022 18:38:15 for FFmpegKit Linux API by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4
2022-08-02 21:48:54 +03:00
</small></address>
</body>
</html>