Sophie

Sophie

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

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>misc_support.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/misc_support.cpp File Reference</h1><code>#include &lt;string.h&gt;</code><br>
<code>#include &lt;stdlib.h&gt;</code><br>
<code>#include &lt;ctype.h&gt;</code><br>
<code>#include &lt;stdio.h&gt;</code><br>
<code>#include "<a class="el" href="misc__support_8h-source.html">misc_support.h</a>"</code><br>
<code>#include "<a class="el" href="field_8h-source.html">field.h</a>"</code><br>
<code>#include "utils.h"</code><br>

<p>
<a href="misc__support_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>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a0">ID3_GetString</a> (const <a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *frame, <a class="el" href="globals_8h.html#a218">ID3_FieldID</a> fldName)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a1">ID3_GetString</a> (const <a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *frame, <a class="el" href="globals_8h.html#a218">ID3_FieldID</a> fldName, size_t nIndex)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a2">ID3_FreeString</a> (char *str)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a3">ID3_GetArtist</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a4">ID3_AddArtist</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a5">ID3_RemoveArtists</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a6">ID3_GetAlbum</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a7">ID3_AddAlbum</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a8">ID3_RemoveAlbums</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a9">ID3_GetTitle</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a10">ID3_AddTitle</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a11">ID3_RemoveTitles</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a12">ID3_GetYear</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a13">ID3_AddYear</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a14">ID3_RemoveYears</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a15">ID3_GetComment</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *desc)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a16">ID3_AddComment</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a17">ID3_AddComment</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, const char *desc, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a18">ID3_AddComment</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, const char *desc, const char *lang, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a19">ID3_RemoveComments</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *desc)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a20">ID3_GetTrack</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a21">ID3_GetTrackNum</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a22">ID3_AddTrack</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, <a class="el" href="globals_8h.html#a33">uchar</a> trk, <a class="el" href="globals_8h.html#a33">uchar</a> ttl, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a23">ID3_RemoveTracks</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a24">ID3_GetGenre</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a25">ID3_GetGenreNum</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a26">ID3_AddGenre</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, size_t genre, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a27">ID3_RemoveGenres</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a28">ID3_GetLyrics</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a29">ID3_AddLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a30">ID3_AddLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, const char *desc, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a31">ID3_AddLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, const char *desc, const char *lang, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a32">ID3_RemoveLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a33">ID3_GetLyricist</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a34">ID3_AddLyricist</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *text, bool replace)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a35">ID3_RemoveLyricist</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a36">ID3_AddSyncLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const <a class="el" href="globals_8h.html#a33">uchar</a> *data, size_t datasize, <a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a> format, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a37">ID3_AddSyncLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const <a class="el" href="globals_8h.html#a33">uchar</a> *data, size_t datasize, <a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a> format, const char *desc, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a38">ID3_AddSyncLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const <a class="el" href="globals_8h.html#a33">uchar</a> *data, size_t datasize, <a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a> format, const char *desc, const char *lang, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a39">ID3_AddSyncLyrics</a> (<a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const <a class="el" href="globals_8h.html#a33">uchar</a> *data, size_t datasize, <a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a> format, const char *desc, const char *lang, <a class="el" href="globals_8h.html#a224">ID3_ContentType</a> type, bool replace)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a40">ID3_GetSyncLyricsInfo</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *desc, const char *lang, <a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a> &amp;format, <a class="el" href="globals_8h.html#a224">ID3_ContentType</a> &amp;type, size_t &amp;size)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&nbsp;</td><td valign=bottom><a class="el" href="misc__support_8cpp.html#a41">ID3_GetSyncLyrics</a> (const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *tag, const char *lang, const char *desc, const <a class="el" href="globals_8h.html#a33">uchar</a> *pData, size_t &amp;size)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a name="a7" doxytag="misc_support.cpp::ID3_AddAlbum"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddAlbum </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00178">178</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00201">ID3_RemoveAlbums</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a119">ID3FID_ALBUM</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a4" doxytag="misc_support.cpp::ID3_AddArtist"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddArtist </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00097">97</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00124">ID3_RemoveArtists</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a144">ID3FID_BAND</a>, <a class="el" href="namespace_3global_scope_4.html#a219a121">ID3FID_COMPOSER</a>, <a class="el" href="namespace_3global_scope_4.html#a219a145">ID3FID_CONDUCTOR</a>, <a class="el" href="namespace_3global_scope_4.html#a219a143">ID3FID_LEADARTIST</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a18" doxytag="misc_support.cpp::ID3_AddComment"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddComment </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>lang</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00379">379</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l01095">ID3_Tag::CreateIterator</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="frame_8cpp-source.html#l00093">ID3_Frame::GetID</a>(), <a class="el" href="class_i_d3___tag_1_1_iterator.html#a0">ID3_Tag::Iterator::GetNext</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="misc__support_8cpp-source.html#l00433">ID3_RemoveComments</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a98">ID3FID_COMMENT</a>, <a class="el" href="namespace_3global_scope_4.html#a218a75">ID3FN_DESCRIPTION</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a17" doxytag="misc_support.cpp::ID3_AddComment"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddComment </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00373">373</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00379">ID3_AddComment</a>().    </td>
  </tr>
</table>
<a name="a16" doxytag="misc_support.cpp::ID3_AddComment"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddComment </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00368">368</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00379">ID3_AddComment</a>().    </td>
  </tr>
</table>
<a name="a26" doxytag="misc_support.cpp::ID3_AddGenre"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddGenre </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>ucGenre</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00606">606</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00632">ID3_RemoveGenres</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a122">ID3FID_CONTENTTYPE</a>, <a class="el" href="globals_8h-source.html#l00091">luint</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a34" doxytag="misc_support.cpp::ID3_AddLyricist"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddLyricist </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00741">741</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00764">ID3_RemoveLyricist</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a127">ID3FID_LYRICIST</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a31" doxytag="misc_support.cpp::ID3_AddLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>lang</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00679">679</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00705">ID3_RemoveLyrics</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a160">ID3FID_UNSYNCEDLYRICS</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a30" doxytag="misc_support.cpp::ID3_AddLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00673">673</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00679">ID3_AddLyrics</a>().    </td>
  </tr>
</table>
<a name="a29" doxytag="misc_support.cpp::ID3_AddLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00668">668</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00679">ID3_AddLyrics</a>().    </td>
  </tr>
</table>
<a name="a39" doxytag="misc_support.cpp::ID3_AddSyncLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddSyncLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>data</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>datasize</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>format</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>lang</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a224">ID3_ContentType</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>type</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00805">805</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="globals_8h-source.html#l00341">ID3_ContentType</a>, <a class="el" href="globals_8h-source.html#l00352">ID3_TimeStampFormat</a>, <a class="el" href="namespace_3global_scope_4.html#a219a117">ID3FID_SYNCEDLYRICS</a>, <a class="el" href="namespace_3global_scope_4.html#a218a75">ID3FN_DESCRIPTION</a>, <a class="el" href="namespace_3global_scope_4.html#a218a80">ID3FN_LANGUAGE</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>(), <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>(), and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a38" doxytag="misc_support.cpp::ID3_AddSyncLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddSyncLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>data</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>datasize</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>format</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>lang</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00797">797</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00805">ID3_AddSyncLyrics</a>(), <a class="el" href="globals_8h-source.html#l00352">ID3_TimeStampFormat</a>, <a class="el" href="namespace_3global_scope_4.html#a224a206">ID3CT_LYRICS</a>, and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a37" doxytag="misc_support.cpp::ID3_AddSyncLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddSyncLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>data</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>datasize</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>format</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00790">790</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00805">ID3_AddSyncLyrics</a>(), <a class="el" href="globals_8h-source.html#l00352">ID3_TimeStampFormat</a>, and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a36" doxytag="misc_support.cpp::ID3_AddSyncLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddSyncLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>data</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>datasize</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>format</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00784">784</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00805">ID3_AddSyncLyrics</a>(), <a class="el" href="globals_8h-source.html#l00352">ID3_TimeStampFormat</a>, and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a10" doxytag="misc_support.cpp::ID3_AddTitle"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddTitle </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00237">237</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00260">ID3_RemoveTitles</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a131">ID3FID_TITLE</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a22" doxytag="misc_support.cpp::ID3_AddTrack"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddTrack </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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#a33">uchar</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>ucTrack</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>ucTotal</em> = 0, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00503">503</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00540">ID3_RemoveTracks</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a149">ID3FID_TRACKNUM</a>, <a class="el" href="globals_8h-source.html#l00091">luint</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>(), and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a13" doxytag="misc_support.cpp::ID3_AddYear"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_AddYear </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>text</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>replace</em> = false</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="misc__support_8cpp-source.html#l00296">296</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00527">ID3_Tag::AttachFrame</a>(), <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="misc__support_8cpp-source.html#l00319">ID3_RemoveYears</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a157">ID3FID_YEAR</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a5">ID3_Field::Set</a>().    </td>
  </tr>
</table>
<a name="a2" doxytag="misc_support.cpp::ID3_FreeString"></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"> void ID3_FreeString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">char *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>str</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="misc__support_8cpp-source.html#l00072">72</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a6" doxytag="misc_support.cpp::ID3_GetAlbum"></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"> char* ID3_GetAlbum </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00162">162</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a119">ID3FID_ALBUM</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a3" doxytag="misc_support.cpp::ID3_GetArtist"></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"> char* ID3_GetArtist </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00078">78</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a144">ID3FID_BAND</a>, <a class="el" href="namespace_3global_scope_4.html#a219a121">ID3FID_COMPOSER</a>, <a class="el" href="namespace_3global_scope_4.html#a219a145">ID3FID_CONDUCTOR</a>, <a class="el" href="namespace_3global_scope_4.html#a219a143">ID3FID_LEADARTIST</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a15" doxytag="misc_support.cpp::ID3_GetComment"></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"> char* ID3_GetComment </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>desc</em> = NULL</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="misc__support_8cpp-source.html#l00339">339</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a98">ID3FID_COMMENT</a>, <a class="el" href="namespace_3global_scope_4.html#a218a75">ID3FN_DESCRIPTION</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="globals_8h-source.html#l00084">STR_V1_COMMENT_DESC</a>.    </td>
  </tr>
</table>
<a name="a24" doxytag="misc_support.cpp::ID3_GetGenre"></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"> char* ID3_GetGenre </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00560">560</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a122">ID3FID_CONTENTTYPE</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a25" doxytag="misc_support.cpp::ID3_GetGenreNum"></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"> size_t ID3_GetGenreNum </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00577">577</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00560">ID3_GetGenre</a>(), and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a33" doxytag="misc_support.cpp::ID3_GetLyricist"></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"> char* ID3_GetLyricist </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00725">725</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a127">ID3FID_LYRICIST</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a28" doxytag="misc_support.cpp::ID3_GetLyrics"></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"> char* ID3_GetLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00652">652</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a160">ID3FID_UNSYNCEDLYRICS</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a1" doxytag="misc_support.cpp::ID3_GetString"></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"> char* ID3_GetString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&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>fldName</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>nItems</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="misc__support_8cpp-source.html#l00060">60</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="class_i_d3___field.html#a6">ID3_Field::Get</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="globals_8h-source.html#l00175">ID3_FieldID</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a1">ID3_Field::Size</a>().    </td>
  </tr>
</table>
<a name="a0" doxytag="misc_support.cpp::ID3_GetString"></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"> char* ID3_GetString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___frame.html">ID3_Frame</a> *&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>fldName</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="misc__support_8cpp-source.html#l00044">44</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="class_i_d3___field.html#a6">ID3_Field::Get</a>(), <a class="el" href="class_i_d3___field.html#a31">ID3_Field::GetEncoding</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="globals_8h-source.html#l00175">ID3_FieldID</a>, <a class="el" href="globals_8h-source.html#l00118">ID3_TextEnc</a>, <a class="el" href="namespace_3global_scope_4.html#a214a47">ID3TE_ASCII</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, <a class="el" href="class_i_d3___field.html#a30">ID3_Field::SetEncoding</a>(), and <a class="el" href="class_i_d3___field.html#a1">ID3_Field::Size</a>().    </td>
  </tr>
</table>
<a name="a41" doxytag="misc_support.cpp::ID3_GetSyncLyrics"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_GetSyncLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>lang</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>desc</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>pData</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t &amp;&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="misc__support_8cpp-source.html#l00893">893</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="class_i_d3___field.html#a23">ID3_Field::GetRawBinary</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a117">ID3FID_SYNCEDLYRICS</a>, <a class="el" href="namespace_3global_scope_4.html#a218a75">ID3FN_DESCRIPTION</a>, <a class="el" href="namespace_3global_scope_4.html#a218a80">ID3FN_LANGUAGE</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, <a class="el" href="class_i_d3___field.html#a1">ID3_Field::Size</a>(), and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.    </td>
  </tr>
</table>
<a name="a40" doxytag="misc_support.cpp::ID3_GetSyncLyricsInfo"></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"> <a class="el" href="class_i_d3___frame.html">ID3_Frame</a>* ID3_GetSyncLyricsInfo </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>desc</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>lang</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a225">ID3_TimeStampFormat</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>format</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="globals_8h.html#a224">ID3_ContentType</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>type</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>size_t &amp;&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="misc__support_8cpp-source.html#l00852">852</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="class_i_d3___field.html#a6">ID3_Field::Get</a>(), <a class="el" href="frame_8cpp-source.html#l00146">ID3_Frame::GetField</a>(), <a class="el" href="globals_8h-source.html#l00341">ID3_ContentType</a>, <a class="el" href="globals_8h-source.html#l00352">ID3_TimeStampFormat</a>, <a class="el" href="namespace_3global_scope_4.html#a219a117">ID3FID_SYNCEDLYRICS</a>, <a class="el" href="namespace_3global_scope_4.html#a218a75">ID3FN_DESCRIPTION</a>, <a class="el" href="namespace_3global_scope_4.html#a218a80">ID3FN_LANGUAGE</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="class_i_d3___field.html#a1">ID3_Field::Size</a>().    </td>
  </tr>
</table>
<a name="a9" doxytag="misc_support.cpp::ID3_GetTitle"></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"> char* ID3_GetTitle </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00221">221</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a131">ID3FID_TITLE</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a20" doxytag="misc_support.cpp::ID3_GetTrack"></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"> char* ID3_GetTrack </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00475">475</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a149">ID3FID_TRACKNUM</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a21" doxytag="misc_support.cpp::ID3_GetTrackNum"></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"> size_t ID3_GetTrackNum </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00491">491</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="misc__support_8cpp-source.html#l00475">ID3_GetTrack</a>(), and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a12" doxytag="misc_support.cpp::ID3_GetYear"></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"> char* ID3_GetYear </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00280">280</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a157">ID3FID_YEAR</a>, <a class="el" href="namespace_3global_scope_4.html#a218a72">ID3FN_TEXT</a>, and <a class="el" href="globals_8h-source.html#l00404">NULL</a>.    </td>
  </tr>
</table>
<a name="a8" doxytag="misc_support.cpp::ID3_RemoveAlbums"></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"> size_t ID3_RemoveAlbums </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00201">201</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a119">ID3FID_ALBUM</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a5" doxytag="misc_support.cpp::ID3_RemoveArtists"></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"> size_t ID3_RemoveArtists </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00124">124</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a144">ID3FID_BAND</a>, <a class="el" href="namespace_3global_scope_4.html#a219a121">ID3FID_COMPOSER</a>, <a class="el" href="namespace_3global_scope_4.html#a219a145">ID3FID_CONDUCTOR</a>, <a class="el" href="namespace_3global_scope_4.html#a219a143">ID3FID_LEADARTIST</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a19" doxytag="misc_support.cpp::ID3_RemoveComments"></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"> size_t ID3_RemoveComments </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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>desc</em> = NULL</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="misc__support_8cpp-source.html#l00433">433</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l01095">ID3_Tag::CreateIterator</a>(), <a class="el" href="frame_8cpp-source.html#l00093">ID3_Frame::GetID</a>(), <a class="el" href="class_i_d3___tag_1_1_iterator.html#a0">ID3_Tag::Iterator::GetNext</a>(), <a class="el" href="misc__support_8cpp-source.html#l00060">ID3_GetString</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a98">ID3FID_COMMENT</a>, <a class="el" href="namespace_3global_scope_4.html#a218a75">ID3FN_DESCRIPTION</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a27" doxytag="misc_support.cpp::ID3_RemoveGenres"></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"> size_t ID3_RemoveGenres </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00632">632</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a122">ID3FID_CONTENTTYPE</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a35" doxytag="misc_support.cpp::ID3_RemoveLyricist"></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"> size_t ID3_RemoveLyricist </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00764">764</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a127">ID3FID_LYRICIST</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a32" doxytag="misc_support.cpp::ID3_RemoveLyrics"></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"> size_t ID3_RemoveLyrics </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00705">705</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a160">ID3FID_UNSYNCEDLYRICS</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a11" doxytag="misc_support.cpp::ID3_RemoveTitles"></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"> size_t ID3_RemoveTitles </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00260">260</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a131">ID3FID_TITLE</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a23" doxytag="misc_support.cpp::ID3_RemoveTracks"></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"> size_t ID3_RemoveTracks </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00540">540</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a149">ID3FID_TRACKNUM</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</a>().    </td>
  </tr>
</table>
<a name="a14" doxytag="misc_support.cpp::ID3_RemoveYears"></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"> size_t ID3_RemoveYears </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag.html">ID3_Tag</a> *&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="misc__support_8cpp-source.html#l00319">319</a> of file <a class="el" href="misc__support_8cpp-source.html">misc_support.cpp</a>.
<p>
References <a class="el" href="tag_8cpp-source.html#l00816">ID3_Tag::Find</a>(), <a class="el" href="namespace_3global_scope_4.html#a219a157">ID3FID_YEAR</a>, <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="tag_8cpp-source.html#l00553">ID3_Tag::RemoveFrame</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>