furnace/extern/flac/doc/api/group__flacpp__export.html
2025-10-22 16:16:07 -05:00

138 lines
7.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>FLAC: FLAC++/export.h: export symbols</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="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">FLAC<span id="projectnumber">&#160;1.5.0</span>
</div>
<div id="projectbrief">Free Lossless Audio Codec</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> </div>
<div class="headertitle"><div class="title">FLAC++/export.h: export symbols<div class="ingroups"><a class="el" href="group__flacpp.html">FLAC C++ API</a></div></div></div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="define-members" name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:gaec3a801bf18630403eda6dc2f8c4927a" id="r_gaec3a801bf18630403eda6dc2f8c4927a"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__export.html#gaec3a801bf18630403eda6dc2f8c4927a">FLACPP_API</a></td></tr>
<tr class="separator:gaec3a801bf18630403eda6dc2f8c4927a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gafc3064beba20c1795d8aaa801b79d3b6" id="r_gafc3064beba20c1795d8aaa801b79d3b6"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__export.html#gafc3064beba20c1795d8aaa801b79d3b6">FLACPP_API_VERSION_CURRENT</a>&#160;&#160;&#160;11</td></tr>
<tr class="separator:gafc3064beba20c1795d8aaa801b79d3b6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaebce36e5325dbdcdc1a9e61a44606efe" id="r_gaebce36e5325dbdcdc1a9e61a44606efe"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__export.html#gaebce36e5325dbdcdc1a9e61a44606efe">FLACPP_API_VERSION_REVISION</a>&#160;&#160;&#160;0</td></tr>
<tr class="separator:gaebce36e5325dbdcdc1a9e61a44606efe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga17d0e89a961696b32c2b11e08663543f" id="r_ga17d0e89a961696b32c2b11e08663543f"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__export.html#ga17d0e89a961696b32c2b11e08663543f">FLACPP_API_VERSION_AGE</a>&#160;&#160;&#160;0</td></tr>
<tr class="separator:ga17d0e89a961696b32c2b11e08663543f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>This module contains #defines and symbols for exporting function calls, and providing version information and compiled-in features. </p>
<p>If you are compiling for Windows (with Visual Studio or MinGW for example) and will link to the static library (libFLAC++.lib) you should define FLAC__NO_DLL in your project to make sure the symbols are exported properly. </p>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a id="gaec3a801bf18630403eda6dc2f8c4927a" name="gaec3a801bf18630403eda6dc2f8c4927a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gaec3a801bf18630403eda6dc2f8c4927a">&#9670;&#160;</a></span>FLACPP_API</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define FLACPP_API</td>
</tr>
</table>
</div><div class="memdoc">
<p>This #define is used internally in libFLAC and its headers to make sure the correct symbols are exported when working with shared libraries. On Windows, this #define is set to __declspec(dllexport) when compiling libFLAC into a library and to __declspec(dllimport) when the headers are used to link to that DLL. On non-Windows systems it is used to set symbol visibility.</p>
<p>Because of this, the define FLAC__NO_DLL must be defined when linking to libFLAC statically or linking will fail. </p>
</div>
</div>
<a id="gafc3064beba20c1795d8aaa801b79d3b6" name="gafc3064beba20c1795d8aaa801b79d3b6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gafc3064beba20c1795d8aaa801b79d3b6">&#9670;&#160;</a></span>FLACPP_API_VERSION_CURRENT</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define FLACPP_API_VERSION_CURRENT&#160;&#160;&#160;11</td>
</tr>
</table>
</div><div class="memdoc">
<p>These #defines will mirror the libtool-based library version number, see <a href="http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning">http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning</a> </p>
</div>
</div>
<a id="gaebce36e5325dbdcdc1a9e61a44606efe" name="gaebce36e5325dbdcdc1a9e61a44606efe"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gaebce36e5325dbdcdc1a9e61a44606efe">&#9670;&#160;</a></span>FLACPP_API_VERSION_REVISION</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define FLACPP_API_VERSION_REVISION&#160;&#160;&#160;0</td>
</tr>
</table>
</div><div class="memdoc">
<p>see above </p>
</div>
</div>
<a id="ga17d0e89a961696b32c2b11e08663543f" name="ga17d0e89a961696b32c2b11e08663543f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga17d0e89a961696b32c2b11e08663543f">&#9670;&#160;</a></span>FLACPP_API_VERSION_AGE</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define FLACPP_API_VERSION_AGE&#160;&#160;&#160;0</td>
</tr>
</table>
</div><div class="memdoc">
<p>see above </p>
</div>
</div>
</div><!-- contents -->
<hr size="1"/>
Copyright (c) 2000-2009 Josh Coalson
Copyright (c) 2011-2025 Xiph.Org Foundation
<!-- Copyright (c) 2000-2009 Josh Coalson -->
<!-- Copyright (c) 2011-2025 Xiph.Org Foundation -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.3 -->
<!-- or any later version published by the Free Software Foundation; -->
<!-- with no invariant sections. -->
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
</body>
</html>