annotate src/flac-1.2.1/doc/html/api/group__flac__export.html @ 86:98c1576536ae

Bring in flac, ogg, vorbis
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 19 Mar 2013 17:37:49 +0000
parents
children
rev   line source
cannam@86 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
cannam@86 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
cannam@86 3 <title>FLAC: FLAC/export.h: export symbols</title>
cannam@86 4 <link href="doxygen.css" rel="stylesheet" type="text/css">
cannam@86 5 </head><body>
cannam@86 6 <!-- Generated by Doxygen 1.4.2 -->
cannam@86 7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
cannam@86 8 <h1>FLAC/export.h: export symbols<br>
cannam@86 9 <small>
cannam@86 10 [<a class="el" href="group__flac.html">FLAC C API</a>]</small>
cannam@86 11 </h1><hr><a name="_details"></a><h2>Detailed Description</h2>
cannam@86 12 This module contains #defines and symbols for exporting function calls, and providing version information and compiled-in features.
cannam@86 13 <p>
cannam@86 14 If you are compiling with MSVC 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.
cannam@86 15 <p>
cannam@86 16 <table border="0" cellpadding="0" cellspacing="0">
cannam@86 17 <tr><td></td></tr>
cannam@86 18 <tr><td colspan="2"><br><h2>Defines</h2></td></tr>
cannam@86 19 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga1" doxytag="flac_export::FLAC_API"></a>
cannam@86 20 #define&nbsp;</td><td class="memItemRight" valign="bottom"><b>FLAC_API</b></td></tr>
cannam@86 21
cannam@86 22 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flac__export.html#ga2">FLAC_API_VERSION_CURRENT</a>&nbsp;&nbsp;&nbsp;10</td></tr>
cannam@86 23
cannam@86 24 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flac__export.html#ga3">FLAC_API_VERSION_REVISION</a>&nbsp;&nbsp;&nbsp;0</td></tr>
cannam@86 25
cannam@86 26 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flac__export.html#ga4">FLAC_API_VERSION_AGE</a>&nbsp;&nbsp;&nbsp;2</td></tr>
cannam@86 27
cannam@86 28 <tr><td colspan="2"><br><h2>Variables</h2></td></tr>
cannam@86 29 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flac__export.html#ga0">FLAC_API_SUPPORTS_OGG_FLAC</a></td></tr>
cannam@86 30
cannam@86 31 </table>
cannam@86 32 <hr><h2>Define Documentation</h2>
cannam@86 33 <a class="anchor" name="ga2" doxytag="export.h::FLAC_API_VERSION_CURRENT"></a><p>
cannam@86 34 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 35 <tr>
cannam@86 36 <td class="mdRow">
cannam@86 37 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 38 <tr>
cannam@86 39 <td class="md" nowrap valign="top">#define FLAC_API_VERSION_CURRENT&nbsp;&nbsp;&nbsp;10 </td>
cannam@86 40 </tr>
cannam@86 41 </table>
cannam@86 42 </td>
cannam@86 43 </tr>
cannam@86 44 </table>
cannam@86 45 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 46 <tr>
cannam@86 47 <td>
cannam@86 48 &nbsp;
cannam@86 49 </td>
cannam@86 50 <td>
cannam@86 51
cannam@86 52 <p>
cannam@86 53 These #defines will mirror the libtool-based library version number, see <a href="http://www.gnu.org/software/libtool/manual.html#Libtool-versioning">http://www.gnu.org/software/libtool/manual.html#Libtool-versioning</a> </td>
cannam@86 54 </tr>
cannam@86 55 </table>
cannam@86 56 <a class="anchor" name="ga3" doxytag="export.h::FLAC_API_VERSION_REVISION"></a><p>
cannam@86 57 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 58 <tr>
cannam@86 59 <td class="mdRow">
cannam@86 60 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 61 <tr>
cannam@86 62 <td class="md" nowrap valign="top">#define FLAC_API_VERSION_REVISION&nbsp;&nbsp;&nbsp;0 </td>
cannam@86 63 </tr>
cannam@86 64 </table>
cannam@86 65 </td>
cannam@86 66 </tr>
cannam@86 67 </table>
cannam@86 68 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 69 <tr>
cannam@86 70 <td>
cannam@86 71 &nbsp;
cannam@86 72 </td>
cannam@86 73 <td>
cannam@86 74
cannam@86 75 <p>
cannam@86 76 see above </td>
cannam@86 77 </tr>
cannam@86 78 </table>
cannam@86 79 <a class="anchor" name="ga4" doxytag="export.h::FLAC_API_VERSION_AGE"></a><p>
cannam@86 80 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 81 <tr>
cannam@86 82 <td class="mdRow">
cannam@86 83 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 84 <tr>
cannam@86 85 <td class="md" nowrap valign="top">#define FLAC_API_VERSION_AGE&nbsp;&nbsp;&nbsp;2 </td>
cannam@86 86 </tr>
cannam@86 87 </table>
cannam@86 88 </td>
cannam@86 89 </tr>
cannam@86 90 </table>
cannam@86 91 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 92 <tr>
cannam@86 93 <td>
cannam@86 94 &nbsp;
cannam@86 95 </td>
cannam@86 96 <td>
cannam@86 97
cannam@86 98 <p>
cannam@86 99 see above </td>
cannam@86 100 </tr>
cannam@86 101 </table>
cannam@86 102 <hr><h2>Variable Documentation</h2>
cannam@86 103 <a class="anchor" name="ga0" doxytag="export.h::FLAC_API_SUPPORTS_OGG_FLAC"></a><p>
cannam@86 104 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 105 <tr>
cannam@86 106 <td class="mdRow">
cannam@86 107 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 108 <tr>
cannam@86 109 <td class="md" nowrap valign="top">int <a class="el" href="group__flac__export.html#ga0">FLAC_API_SUPPORTS_OGG_FLAC</a> </td>
cannam@86 110 </tr>
cannam@86 111 </table>
cannam@86 112 </td>
cannam@86 113 </tr>
cannam@86 114 </table>
cannam@86 115 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 116 <tr>
cannam@86 117 <td>
cannam@86 118 &nbsp;
cannam@86 119 </td>
cannam@86 120 <td>
cannam@86 121
cannam@86 122 <p>
cannam@86 123 <code>1</code> if the library has been compiled with support for Ogg FLAC, else <code>0</code>. </td>
cannam@86 124 </tr>
cannam@86 125 </table>
cannam@86 126
cannam@86 127 <hr size="1">
cannam@86 128 <div class="copyright">
cannam@86 129 <!-- @@@ oh so hacky -->
cannam@86 130 <table>
cannam@86 131 <tr>
cannam@86 132 <td align="left">
cannam@86 133 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
cannam@86 134 </td>
cannam@86 135 <td width="1%" align="right">
cannam@86 136 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
cannam@86 137 </td>
cannam@86 138 </tr>
cannam@86 139 </table>
cannam@86 140 </div>
cannam@86 141 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
cannam@86 142 <!-- Permission is granted to copy, distribute and/or modify this document -->
cannam@86 143 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
cannam@86 144 <!-- or any later version published by the Free Software Foundation; -->
cannam@86 145 <!-- with no invariant sections. -->
cannam@86 146 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
cannam@86 147 </body>
cannam@86 148 </html>