Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 2c9d30f3cf217a6cae41860ebc0d6704 > files > 22

libid3lib3.8_0-devel-3.8.0-0.pre2.1.1mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>c_wrapper.cpp File Reference</title>
<link href="id3lib.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.12 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>src/c_wrapper.cpp File Reference</h1><code>#include &lt;string.h&gt;</code><br>
<code>#include "id3.h"</code><br>
<code>#include "<a class="el" href="tag_8h-source.html">tag.h</a>"</code><br>
<code>#include "<a class="el" href="frame_8h-source.html">frame.h</a>"</code><br>
<code>#include "<a class="el" href="field_8h-source.html">field.h</a>"</code><br>

<p>
<a href="c__wrapper_8cpp-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a0">ID3_CATCH</a>(code)&nbsp;&nbsp;&nbsp;try { code; } catch (...) { }</td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Tag *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a1">ID3Tag_New</a> (void)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a2">ID3Tag_Delete</a> (ID3Tag *tag)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a3">ID3Tag_Clear</a> (ID3Tag *tag)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT bool&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a4">ID3Tag_HasChanged</a> (const ID3Tag *tag)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a5">ID3Tag_SetUnsync</a> (ID3Tag *tag, bool unsync)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a6">ID3Tag_SetExtendedHeader</a> (ID3Tag *tag, bool ext)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a7">ID3Tag_SetPadding</a> (ID3Tag *tag, bool pad)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a8">ID3Tag_AddFrame</a> (ID3Tag *tag, const ID3Frame *frame)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a9">ID3Tag_AttachFrame</a> (ID3Tag *tag, ID3Frame *frame)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a10">ID3Tag_AddFrames</a> (ID3Tag *tag, const ID3Frame *frames, size_t num)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a11">ID3Tag_RemoveFrame</a> (ID3Tag *tag, const ID3Frame *frame)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a>&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a12">ID3Tag_Parse</a> (ID3Tag *tag, const <a class="el" href="globals_8h.html#a33">uchar</a> header[ID3_TAGHEADERSIZE], const <a class="el" href="globals_8h.html#a33">uchar</a> *buffer)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a13">ID3Tag_Link</a> (ID3Tag *tag, const char *fileName)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a14">ID3Tag_LinkWithFlags</a> (ID3Tag *tag, const char *fileName, <a class="el" href="globals_8h.html#a40">flags_t</a> flags)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a>&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a15">ID3Tag_Update</a> (ID3Tag *tag)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a>&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a16">ID3Tag_UpdateByTagType</a> (ID3Tag *tag, <a class="el" href="globals_8h.html#a40">flags_t</a> tag_type)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a>&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a17">ID3Tag_Strip</a> (ID3Tag *tag, <a class="el" href="globals_8h.html#a40">flags_t</a> ulTagFlags)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a18">ID3Tag_FindFrameWithID</a> (const ID3Tag *tag, <a class="el" href="globals_8h.html#a219">ID3_FrameID</a> id)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a19">ID3Tag_FindFrameWithINT</a> (const ID3Tag *tag, <a class="el" href="globals_8h.html#a219">ID3_FrameID</a> id, <a class="el" href="globals_8h.html#a218">ID3_FieldID</a> fld, <a class="el" href="sized__types_8h.html#a4">uint32</a> data)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a20">ID3Tag_FindFrameWithASCII</a> (const ID3Tag *tag, <a class="el" href="globals_8h.html#a219">ID3_FrameID</a> id, <a class="el" href="globals_8h.html#a218">ID3_FieldID</a> fld, const char *data)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a21">ID3Tag_FindFrameWithUNICODE</a> (const ID3Tag *tag, <a class="el" href="globals_8h.html#a219">ID3_FrameID</a> id, <a class="el" href="globals_8h.html#a218">ID3_FieldID</a> fld, const <a class="el" href="globals_8h.html#a39">unicode_t</a> *data)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a22">ID3Tag_NumFrames</a> (const ID3Tag *tag)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT bool&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a23">ID3Tag_HasTagType</a> (const ID3Tag *tag, <a class="el" href="globals_8h.html#a217">ID3_TagType</a> tt)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3TagIterator *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a24">ID3Tag_CreateIterator</a> (ID3Tag *tag)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3TagConstIterator *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a25">ID3Tag_CreateConstIterator</a> (const ID3Tag *tag)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a26">ID3TagIterator_Delete</a> (ID3TagIterator *iter)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a27">ID3TagIterator_GetNext</a> (ID3TagIterator *iter)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a28">ID3TagConstIterator_Delete</a> (ID3TagConstIterator *iter)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT const ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a29">ID3TagConstIterator_GetNext</a> (ID3TagConstIterator *iter)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a30">ID3Frame_New</a> (void)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Frame *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a31">ID3Frame_NewID</a> (<a class="el" href="globals_8h.html#a219">ID3_FrameID</a> id)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a32">ID3Frame_Delete</a> (ID3Frame *frame)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a33">ID3Frame_Clear</a> (ID3Frame *frame)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a34">ID3Frame_SetID</a> (ID3Frame *frame, <a class="el" href="globals_8h.html#a219">ID3_FrameID</a> id)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT <a class="el" href="globals_8h.html#a219">ID3_FrameID</a>&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a35">ID3Frame_GetID</a> (const ID3Frame *frame)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT ID3Field *&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a36">ID3Frame_GetField</a> (const ID3Frame *frame, <a class="el" href="globals_8h.html#a218">ID3_FieldID</a> name)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a37">ID3Frame_SetCompression</a> (ID3Frame *frame, bool comp)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT bool&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a38">ID3Frame_GetCompression</a> (const ID3Frame *frame)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a39">ID3Field_Clear</a> (ID3Field *field)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a40">ID3Field_Size</a> (const ID3Field *field)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a41">ID3Field_GetNumTextItems</a> (const ID3Field *field)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a42">ID3Field_SetINT</a> (ID3Field *field, <a class="el" href="sized__types_8h.html#a4">uint32</a> data)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT <a class="el" href="sized__types_8h.html#a4">uint32</a>&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a43">ID3Field_GetINT</a> (const ID3Field *field)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a44">ID3Field_SetUNICODE</a> (ID3Field *field, const <a class="el" href="globals_8h.html#a39">unicode_t</a> *string)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a45">ID3Field_GetUNICODE</a> (const ID3Field *field, <a class="el" href="globals_8h.html#a39">unicode_t</a> *buffer, size_t maxChars)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a46">ID3Field_GetUNICODEItem</a> (const ID3Field *field, <a class="el" href="globals_8h.html#a39">unicode_t</a> *buffer, size_t maxChars, index_t itemNum)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a47">ID3Field_AddUNICODE</a> (ID3Field *field, const <a class="el" href="globals_8h.html#a39">unicode_t</a> *string)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a48">ID3Field_SetASCII</a> (ID3Field *field, const char *string)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a49">ID3Field_GetASCII</a> (const ID3Field *field, char *buffer, size_t maxChars)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT size_t&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a50">ID3Field_GetASCIIItem</a> (const ID3Field *field, char *buffer, size_t maxChars, index_t itemNum)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a51">ID3Field_AddASCII</a> (ID3Field *field, const char *string)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a52">ID3Field_SetBINARY</a> (ID3Field *field, const <a class="el" href="globals_8h.html#a33">uchar</a> *data, size_t size)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a53">ID3Field_GetBINARY</a> (const ID3Field *field, <a class="el" href="globals_8h.html#a33">uchar</a> *buffer, size_t buffLength)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a54">ID3Field_FromFile</a> (ID3Field *field, const char *fileName)</td></tr>
<tr><td nowrap align=right valign=top>ID3_C_EXPORT void&nbsp;</td><td valign=bottom><a class="el" href="c__wrapper_8cpp.html#a55">ID3Field_ToFile</a> (const ID3Field *field, const char *fileName)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a name="a0" doxytag="c_wrapper.cpp::ID3_CATCH"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define ID3_CATCH</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">code&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;try { code; } catch (...) { }
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00044">44</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
Referenced by <a class="el" href="c__wrapper_8cpp-source.html#l00634">ID3Field_AddASCII</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00586">ID3Field_AddUNICODE</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00485">ID3Field_Clear</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00664">ID3Field_FromFile</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00606">ID3Field_GetASCII</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00619">ID3Field_GetASCIIItem</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00654">ID3Field_GetBINARY</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00533">ID3Field_GetINT</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00509">ID3Field_GetNumTextItems</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00557">ID3Field_GetUNICODE</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00571">ID3Field_GetUNICODEItem</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00596">ID3Field_SetASCII</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00644">ID3Field_SetBINARY</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00523">ID3Field_SetINT</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00547">ID3Field_SetUNICODE</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00495">ID3Field_Size</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00674">ID3Field_ToFile</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00412">ID3Frame_Clear</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00402">ID3Frame_Delete</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00470">ID3Frame_GetCompression</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00446">ID3Frame_GetField</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00432">ID3Frame_GetID</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00386">ID3Frame_New</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00394">ID3Frame_NewID</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00460">ID3Frame_SetCompression</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00422">ID3Frame_SetID</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00119">ID3Tag_AddFrame</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00139">ID3Tag_AddFrames</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00129">ID3Tag_AttachFrame</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00066">ID3Tag_Clear</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00331">ID3Tag_CreateConstIterator</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00318">ID3Tag_CreateIterator</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00056">ID3Tag_Delete</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00261">ID3Tag_FindFrameWithASCII</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00232">ID3Tag_FindFrameWithID</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00246">ID3Tag_FindFrameWithINT</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00276">ID3Tag_FindFrameWithUNICODE</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00076">ID3Tag_HasChanged</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00305">ID3Tag_HasTagType</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00174">ID3Tag_Link</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00185">ID3Tag_LinkWithFlags</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00047">ID3Tag_New</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00291">ID3Tag_NumFrames</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00161">ID3Tag_Parse</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00149">ID3Tag_RemoveFrame</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00100">ID3Tag_SetExtendedHeader</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00109">ID3Tag_SetPadding</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00090">ID3Tag_SetUnsync</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00221">ID3Tag_Strip</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00198">ID3Tag_Update</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00209">ID3Tag_UpdateByTagType</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00364">ID3TagConstIterator_Delete</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00373">ID3TagConstIterator_GetNext</a>(), <a class="el" href="c__wrapper_8cpp-source.html#l00344">ID3TagIterator_Delete</a>(), and <a class="el" href="c__wrapper_8cpp-source.html#l00353">ID3TagIterator_GetNext</a>().    </td>
  </tr>
</table>
<hr><h2>Function Documentation</h2>
<a name="a51" doxytag="c_wrapper.cpp::ID3Field_AddASCII"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_AddASCII </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>string</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00634">634</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a47" doxytag="c_wrapper.cpp::ID3Field_AddUNICODE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_AddUNICODE </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="globals_8h.html#a39">unicode_t</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>string</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00586">586</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00094">unicode_t</a>.    </td>
  </tr>
</table>
<a name="a39" doxytag="c_wrapper.cpp::ID3Field_Clear"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_Clear </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>field</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00485">485</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a54" doxytag="c_wrapper.cpp::ID3Field_FromFile"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_FromFile </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>fileName</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00664">664</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a49" doxytag="c_wrapper.cpp::ID3Field_GetASCII"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Field_GetASCII </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buffer</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>maxChars</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00606">606</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a50" doxytag="c_wrapper.cpp::ID3Field_GetASCIIItem"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Field_GetASCIIItem </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buffer</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>maxChars</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>index_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>itemNum</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00619">619</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00098">index_t</a>.    </td>
  </tr>
</table>
<a name="a53" doxytag="c_wrapper.cpp::ID3Field_GetBINARY"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_GetBINARY </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a33">uchar</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buffer</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buffLength</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00654">654</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a43" doxytag="c_wrapper.cpp::ID3Field_GetINT"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT <a class="el" href="sized__types_8h.html#a4">uint32</a> ID3Field_GetINT </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>field</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00533">533</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="sized__types_8h-source.html#l00069">uint32</a>.    </td>
  </tr>
</table>
<a name="a41" doxytag="c_wrapper.cpp::ID3Field_GetNumTextItems"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Field_GetNumTextItems </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>field</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00509">509</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a45" doxytag="c_wrapper.cpp::ID3Field_GetUNICODE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Field_GetUNICODE </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a39">unicode_t</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buffer</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>maxChars</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00557">557</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00094">unicode_t</a>.    </td>
  </tr>
</table>
<a name="a46" doxytag="c_wrapper.cpp::ID3Field_GetUNICODEItem"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Field_GetUNICODEItem </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a39">unicode_t</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buffer</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>maxChars</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>index_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>itemNum</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00571">571</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00098">index_t</a>, and <a class="el" href="globals_8h-source.html#l00094">unicode_t</a>.    </td>
  </tr>
</table>
<a name="a48" doxytag="c_wrapper.cpp::ID3Field_SetASCII"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_SetASCII </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>string</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00596">596</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a52" doxytag="c_wrapper.cpp::ID3Field_SetBINARY"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_SetBINARY </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="globals_8h.html#a33">uchar</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>data</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>size</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00644">644</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a42" doxytag="c_wrapper.cpp::ID3Field_SetINT"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_SetINT </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="sized__types_8h.html#a4">uint32</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>data</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00523">523</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="sized__types_8h-source.html#l00069">uint32</a>.    </td>
  </tr>
</table>
<a name="a44" doxytag="c_wrapper.cpp::ID3Field_SetUNICODE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_SetUNICODE </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="globals_8h.html#a39">unicode_t</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>string</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00547">547</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00094">unicode_t</a>.    </td>
  </tr>
</table>
<a name="a40" doxytag="c_wrapper.cpp::ID3Field_Size"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Field_Size </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>field</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00495">495</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a55" doxytag="c_wrapper.cpp::ID3Field_ToFile"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Field_ToFile </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Field *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>field</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>fileName</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00674">674</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a33" doxytag="c_wrapper.cpp::ID3Frame_Clear"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Frame_Clear </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Frame *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>frame</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00412">412</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a32" doxytag="c_wrapper.cpp::ID3Frame_Delete"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Frame_Delete </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Frame *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>frame</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00402">402</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a38" doxytag="c_wrapper.cpp::ID3Frame_GetCompression"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT bool ID3Frame_GetCompression </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Frame *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>frame</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00470">470</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a36" doxytag="c_wrapper.cpp::ID3Frame_GetField"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Field* ID3Frame_GetField </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Frame *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>frame</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a218">ID3_FieldID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>name</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00446">446</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00175">ID3_FieldID</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a35" doxytag="c_wrapper.cpp::ID3Frame_GetID"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT <a class="el" href="globals_8h.html#a219">ID3_FrameID</a> ID3Frame_GetID </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Frame *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>frame</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00432">432</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00207">ID3_FrameID</a>, and <a class="el" href="namespace_3global_scope_4.html#a219a95">ID3FID_NOFRAME</a>.    </td>
  </tr>
</table>
<a name="a30" doxytag="c_wrapper.cpp::ID3Frame_New"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3Frame_New </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00386">386</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a31" doxytag="c_wrapper.cpp::ID3Frame_NewID"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3Frame_NewID </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="globals_8h.html#a219">ID3_FrameID</a>&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>id</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00394">394</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00207">ID3_FrameID</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a37" doxytag="c_wrapper.cpp::ID3Frame_SetCompression"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Frame_SetCompression </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Frame *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>frame</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>comp</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00460">460</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a34" doxytag="c_wrapper.cpp::ID3Frame_SetID"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Frame_SetID </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Frame *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>frame</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a219">ID3_FrameID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>id</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00422">422</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00207">ID3_FrameID</a>.    </td>
  </tr>
</table>
<a name="a8" doxytag="c_wrapper.cpp::ID3Tag_AddFrame"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_AddFrame </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const ID3Frame *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>frame</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00119">119</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a10" doxytag="c_wrapper.cpp::ID3Tag_AddFrames"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_AddFrames </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const ID3Frame *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>frames</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>num</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00139">139</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a9" doxytag="c_wrapper.cpp::ID3Tag_AttachFrame"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_AttachFrame </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>ID3Frame *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>frame</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00129">129</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a3" doxytag="c_wrapper.cpp::ID3Tag_Clear"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_Clear </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>tag</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00066">66</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a25" doxytag="c_wrapper.cpp::ID3Tag_CreateConstIterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3TagConstIterator* ID3Tag_CreateConstIterator </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>tag</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00331">331</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a24" doxytag="c_wrapper.cpp::ID3Tag_CreateIterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3TagIterator* ID3Tag_CreateIterator </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>tag</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00318">318</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a2" doxytag="c_wrapper.cpp::ID3Tag_Delete"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_Delete </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>tag</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00056">56</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a20" doxytag="c_wrapper.cpp::ID3Tag_FindFrameWithASCII"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3Tag_FindFrameWithASCII </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a219">ID3_FrameID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>id</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a218">ID3_FieldID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>fld</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>data</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00261">261</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00175">ID3_FieldID</a>, <a class="el" href="globals_8h-source.html#l00207">ID3_FrameID</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a18" doxytag="c_wrapper.cpp::ID3Tag_FindFrameWithID"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3Tag_FindFrameWithID </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a219">ID3_FrameID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>id</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00232">232</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00207">ID3_FrameID</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a19" doxytag="c_wrapper.cpp::ID3Tag_FindFrameWithINT"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3Tag_FindFrameWithINT </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a219">ID3_FrameID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>id</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a218">ID3_FieldID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>fld</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="sized__types_8h.html#a4">uint32</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>data</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00246">246</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00175">ID3_FieldID</a>, <a class="el" href="globals_8h-source.html#l00207">ID3_FrameID</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="sized__types_8h-source.html#l00069">uint32</a>.    </td>
  </tr>
</table>
<a name="a21" doxytag="c_wrapper.cpp::ID3Tag_FindFrameWithUNICODE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3Tag_FindFrameWithUNICODE </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a219">ID3_FrameID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>id</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a218">ID3_FieldID</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>fld</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="globals_8h.html#a39">unicode_t</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>data</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00276">276</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00175">ID3_FieldID</a>, <a class="el" href="globals_8h-source.html#l00207">ID3_FrameID</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="globals_8h-source.html#l00094">unicode_t</a>.    </td>
  </tr>
</table>
<a name="a4" doxytag="c_wrapper.cpp::ID3Tag_HasChanged"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT bool ID3Tag_HasChanged </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>tag</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00076">76</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a23" doxytag="c_wrapper.cpp::ID3Tag_HasTagType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT bool ID3Tag_HasTagType </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a217">ID3_TagType</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tt</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00305">305</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00152">ID3_TagType</a>.    </td>
  </tr>
</table>
<a name="a13" doxytag="c_wrapper.cpp::ID3Tag_Link"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Tag_Link </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>fileName</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00174">174</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a14" doxytag="c_wrapper.cpp::ID3Tag_LinkWithFlags"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Tag_LinkWithFlags </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>fileName</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a40">flags_t</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>flags</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00185">185</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00095">flags_t</a>, <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00323">ID3_Err</a>.    </td>
  </tr>
</table>
<a name="a1" doxytag="c_wrapper.cpp::ID3Tag_New"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Tag* ID3Tag_New </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00047">47</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a22" doxytag="c_wrapper.cpp::ID3Tag_NumFrames"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT size_t ID3Tag_NumFrames </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const ID3Tag *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>tag</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00291">291</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a12" doxytag="c_wrapper.cpp::ID3Tag_Parse"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a> ID3Tag_Parse </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="globals_8h.html#a33">uchar</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>header</em>[ID3_TAGHEADERSIZE], </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="globals_8h.html#a33">uchar</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>buffer</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00161">161</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00077">ID3_TAGHEADERSIZE</a>, <a class="el" href="namespace_3global_scope_4.html#a223a191">ID3E_NoError</a>, and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a11" doxytag="c_wrapper.cpp::ID3Tag_RemoveFrame"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3Tag_RemoveFrame </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const ID3Frame *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>frame</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00149">149</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00323">ID3_Err</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a6" doxytag="c_wrapper.cpp::ID3Tag_SetExtendedHeader"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_SetExtendedHeader </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>ext</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00100">100</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a7" doxytag="c_wrapper.cpp::ID3Tag_SetPadding"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_SetPadding </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pad</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00109">109</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a5" doxytag="c_wrapper.cpp::ID3Tag_SetUnsync"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3Tag_SetUnsync </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>unsync</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00090">90</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a17" doxytag="c_wrapper.cpp::ID3Tag_Strip"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a> ID3Tag_Strip </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a40">flags_t</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>ulTagFlags</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00221">221</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00095">flags_t</a>, <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="namespace_3global_scope_4.html#a223a191">ID3E_NoError</a>.    </td>
  </tr>
</table>
<a name="a15" doxytag="c_wrapper.cpp::ID3Tag_Update"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a> ID3Tag_Update </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>tag</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00198">198</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00095">flags_t</a>, <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00323">ID3_Err</a>, and <a class="el" href="namespace_3global_scope_4.html#a223a191">ID3E_NoError</a>.    </td>
  </tr>
</table>
<a name="a16" doxytag="c_wrapper.cpp::ID3Tag_UpdateByTagType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT <a class="el" href="globals_8h.html#a223">ID3_Err</a> ID3Tag_UpdateByTagType </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3Tag *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a40">flags_t</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag_type</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00209">209</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00095">flags_t</a>, <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, <a class="el" href="globals_8h-source.html#l00323">ID3_Err</a>, and <a class="el" href="namespace_3global_scope_4.html#a223a191">ID3E_NoError</a>.    </td>
  </tr>
</table>
<a name="a28" doxytag="c_wrapper.cpp::ID3TagConstIterator_Delete"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3TagConstIterator_Delete </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3TagConstIterator *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>iter</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00364">364</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a29" doxytag="c_wrapper.cpp::ID3TagConstIterator_GetNext"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT const ID3Frame* ID3TagConstIterator_GetNext </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3TagConstIterator *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>iter</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00373">373</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a26" doxytag="c_wrapper.cpp::ID3TagIterator_Delete"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT void ID3TagIterator_Delete </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3TagIterator *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>iter</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00344">344</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, and <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>.    </td>
  </tr>
</table>
<a name="a27" doxytag="c_wrapper.cpp::ID3TagIterator_GetNext"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> ID3_C_EXPORT ID3Frame* ID3TagIterator_GetNext </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">ID3TagIterator *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>iter</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="c__wrapper_8cpp-source.html#l00353">353</a> of file <a class="el" href="c__wrapper_8cpp-source.html">c_wrapper.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00053">ID3_C_EXPORT</a>, <a class="el" href="c__wrapper_8cpp-source.html#l00044">ID3_CATCH</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<hr><address><small>Generated on Thu Jan 3 07:35:56 2002 for id3lib by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.12 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>