This file is indexed.

/usr/share/doc/libid3-doc/api/misc__support_8h_source.html is in libid3-doc 3.8.3-15.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>id3lib: include/id3/misc_support.h Source File</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="id3lib.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">id3lib
   &#160;<span id="projectnumber">3.8.3</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">include/id3/misc_support.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="misc__support_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// -*- C++ -*-</span>
<a name="l00002"></a>00002 <span class="comment">// $Id: misc_support.h,v 1.29 2002/09/19 10:21:57 t1mpy Exp $</span>
<a name="l00003"></a>00003 
<a name="l00004"></a>00004 <span class="comment">// id3lib: a C++ library for creating and manipulating id3v1/v2 tags</span>
<a name="l00005"></a>00005 <span class="comment">// Copyright 1999, 2000  Scott Thomas Haug</span>
<a name="l00006"></a>00006 <span class="comment">// Copyright 2002 Thijmen Klok (thijmen@id3lib.org)</span>
<a name="l00007"></a>00007 
<a name="l00008"></a>00008 <span class="comment">// This library is free software; you can redistribute it and/or modify it</span>
<a name="l00009"></a>00009 <span class="comment">// under the terms of the GNU Library General Public License as published by</span>
<a name="l00010"></a>00010 <span class="comment">// the Free Software Foundation; either version 2 of the License, or (at your</span>
<a name="l00011"></a>00011 <span class="comment">// option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment">//</span>
<a name="l00013"></a>00013 <span class="comment">// This library is distributed in the hope that it will be useful, but WITHOUT</span>
<a name="l00014"></a>00014 <span class="comment">// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span>
<a name="l00015"></a>00015 <span class="comment">// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public</span>
<a name="l00016"></a>00016 <span class="comment">// License for more details.</span>
<a name="l00017"></a>00017 <span class="comment">//</span>
<a name="l00018"></a>00018 <span class="comment">// You should have received a copy of the GNU Library General Public License</span>
<a name="l00019"></a>00019 <span class="comment">// along with this library; if not, write to the Free Software Foundation,</span>
<a name="l00020"></a>00020 <span class="comment">// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="comment">// The id3lib authors encourage improvements and optimisations to be sent to</span>
<a name="l00023"></a>00023 <span class="comment">// the id3lib coordinator.  Please see the README file for details on where to</span>
<a name="l00024"></a>00024 <span class="comment">// send such submissions.  See the AUTHORS file for a list of people who have</span>
<a name="l00025"></a>00025 <span class="comment">// contributed to id3lib.  See the ChangeLog file for a list of changes to</span>
<a name="l00026"></a>00026 <span class="comment">// id3lib.  These files are distributed with id3lib at</span>
<a name="l00027"></a>00027 <span class="comment">// http://download.sourceforge.net/id3lib/</span>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="preprocessor">#ifndef _ID3LIB_MISC_SUPPORT_H_</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define _ID3LIB_MISC_SUPPORT_H_</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;<a class="code" href="tag_8h.html">id3/tag.h</a>&gt;</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#aeb3ba3ba28ea24ffe6a6d8a5fce9f4ed">ID3_GetString</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a> *, <a class="code" href="globals_8h.html#a23cab982426a968437cd731900cfeb2c" title="Enumeration of the different types of fields in a frame.">ID3_FieldID</a>);
<a name="l00035"></a>00035 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#aeb3ba3ba28ea24ffe6a6d8a5fce9f4ed">ID3_GetString</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a> *, <a class="code" href="globals_8h.html#a23cab982426a968437cd731900cfeb2c" title="Enumeration of the different types of fields in a frame.">ID3_FieldID</a>, <span class="keywordtype">size_t</span> nItems);
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">void</span> <a class="code" href="misc__support_8cpp.html#a686a75136af25fb1e15985273b1708e9">ID3_FreeString</a>(<span class="keywordtype">char</span> *str);
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="comment">// defined in &#39;id3_misc_support.cpp&#39;</span>
<a name="l00040"></a>00040 <span class="comment">// these are &#39;convenience functions,&#39; to make using the library easier for the</span>
<a name="l00041"></a>00041 <span class="comment">// most common of operations</span>
<a name="l00042"></a>00042 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#a05b64ac86c88700209b5432e91da5737">ID3_GetArtist</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00043"></a>00043 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a9da7b9274f65ee689f2c769fcdf7dd21">ID3_AddArtist</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00044"></a>00044 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#af6da7997e3fcc45be5dd8f0b5f3fc7f3">ID3_RemoveArtists</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00045"></a>00045 
<a name="l00046"></a>00046 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#a81369bb2f59c0c5633ebc1888847244c">ID3_GetAlbum</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00047"></a>00047 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a9d966139a2da23665ea271bf47119079">ID3_AddAlbum</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00048"></a>00048 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#aa83386c0e2810b911f9e177507bb5f9d">ID3_RemoveAlbums</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#a47d197e738371925c86a135137edbb37">ID3_GetTitle</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00051"></a>00051 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ac52136e1c8fd0c090eeb02c7c0d9e242">ID3_AddTitle</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00052"></a>00052 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#ace770754133269149a2ba28f65a6c644">ID3_RemoveTitles</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#abe06f72a464cefc354e40314bbc44b6d">ID3_GetYear</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00055"></a>00055 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a6005e5d52b3f0eb50b6e89a71b543b41">ID3_AddYear</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00056"></a>00056 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#ace42d757b74ceebefaca281d56ff8358">ID3_RemoveYears</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#ac68bb501bb5d7dc3f4c38514d9a68a79">ID3_GetComment</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>* desc = <a class="code" href="globals_8h.html#a070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a>);
<a name="l00059"></a>00059 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a18f44ce3c8d1bf4012582b10992659ce">ID3_AddComment</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00060"></a>00060 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a18f44ce3c8d1bf4012582b10992659ce">ID3_AddComment</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00061"></a>00061 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a18f44ce3c8d1bf4012582b10992659ce">ID3_AddComment</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*,
<a name="l00062"></a>00062                                        <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00063"></a>00063 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#a8a49ec747aac2931657ea786cc88d9f4">ID3_RemoveComments</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span> * = <a class="code" href="globals_8h.html#a070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a>);
<a name="l00064"></a>00064 
<a name="l00065"></a>00065 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#a5c008f5c151c83d705ff2b6576e116d2">ID3_GetTrack</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00066"></a>00066 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#a02fd0d4730afb15744cf18a9be9ea147">ID3_GetTrackNum</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00067"></a>00067 <span class="comment">//following routine courtesy of John George</span>
<a name="l00068"></a>00068 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a7d60fa7f8679c90a0cec9dc8566522e6">ID3_AddTrack</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <a class="code" href="globals_8h.html#a65f85814a8290f9797005d3b28e7e5fc">uchar</a> ucTrack, <a class="code" href="globals_8h.html#a65f85814a8290f9797005d3b28e7e5fc">uchar</a> ucTotal = 0,
<a name="l00069"></a>00069                                      <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00070"></a>00070 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#adb7de5e4dce14b935e672bf2da7ac798">ID3_RemoveTracks</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#afea042a950dd43ad87ee061aabb82f62">ID3_GetGenre</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00073"></a>00073 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#a0407d7bac5285372213da801cfae70bc">ID3_GetGenreNum</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00074"></a>00074 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ab880abad081fec2e6984af29a03cd2b2">ID3_AddGenre</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keywordtype">size_t</span> ucGenre, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00075"></a>00075 <span class="comment">//following routine courtesy of John George</span>
<a name="l00076"></a>00076 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ab880abad081fec2e6984af29a03cd2b2">ID3_AddGenre</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00077"></a>00077 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#a87253fa57b9164773f4f1b3479b6992e">ID3_RemoveGenres</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00078"></a>00078 
<a name="l00079"></a>00079 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#a4846b3ffaddae90c989c4eb32fc7d4d2">ID3_GetLyrics</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00080"></a>00080 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#aae8bf3ceccf72f7b891f904cfc2a30cb">ID3_AddLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00081"></a>00081 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#aae8bf3ceccf72f7b891f904cfc2a30cb">ID3_AddLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00082"></a>00082 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#aae8bf3ceccf72f7b891f904cfc2a30cb">ID3_AddLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*,
<a name="l00083"></a>00083                                       <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00084"></a>00084 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#acff7809fcb85bcb9d303c271ba417322">ID3_RemoveLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>*      <a class="code" href="misc__support_8cpp.html#a952e9f7c23ec2408dbf32e1948a32aed">ID3_GetLyricist</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00087"></a>00087 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a7801069243d2848c60678fe790cdd72e">ID3_AddLyricist</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00088"></a>00088 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span>     <a class="code" href="misc__support_8cpp.html#ac8ba157a258d0a426f8236262036a6af">ID3_RemoveLyricist</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00089"></a>00089 
<a name="l00090"></a>00090 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ad3f2687a6a0c0e95f31df4d777af8fea">ID3_AddSyncLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <a class="code" href="globals_8h.html#a65f85814a8290f9797005d3b28e7e5fc">uchar</a>*, <span class="keywordtype">size_t</span>,
<a name="l00091"></a>00091                                           <a class="code" href="globals_8h.html#afcee1ca6fff19ac9b4ecc94d65fde23a">ID3_TimeStampFormat</a>, <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00092"></a>00092 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ad3f2687a6a0c0e95f31df4d777af8fea">ID3_AddSyncLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <a class="code" href="globals_8h.html#a65f85814a8290f9797005d3b28e7e5fc">uchar</a>*, <span class="keywordtype">size_t</span>,
<a name="l00093"></a>00093                                           <a class="code" href="globals_8h.html#afcee1ca6fff19ac9b4ecc94d65fde23a">ID3_TimeStampFormat</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00094"></a>00094 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ad3f2687a6a0c0e95f31df4d777af8fea">ID3_AddSyncLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <a class="code" href="globals_8h.html#a65f85814a8290f9797005d3b28e7e5fc">uchar</a>*, <span class="keywordtype">size_t</span>,
<a name="l00095"></a>00095                                           <a class="code" href="globals_8h.html#afcee1ca6fff19ac9b4ecc94d65fde23a">ID3_TimeStampFormat</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *,
<a name="l00096"></a>00096                                           <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00097"></a>00097 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ad3f2687a6a0c0e95f31df4d777af8fea">ID3_AddSyncLyrics</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <a class="code" href="globals_8h.html#a65f85814a8290f9797005d3b28e7e5fc">uchar</a>*, <span class="keywordtype">size_t</span>,
<a name="l00098"></a>00098                                           <a class="code" href="globals_8h.html#afcee1ca6fff19ac9b4ecc94d65fde23a">ID3_TimeStampFormat</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *,
<a name="l00099"></a>00099                                           <a class="code" href="globals_8h.html#a2e8ca74158e0cc09c012cbd3511bab59">ID3_ContentType</a>, <span class="keywordtype">bool</span> = <span class="keyword">false</span>);
<a name="l00100"></a>00100 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a77f12b3a555090342138a28e244612b7">ID3_GetSyncLyricsInfo</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a> *tag, <span class="keyword">const</span> <span class="keywordtype">char</span> *lang,
<a name="l00101"></a>00101                                               <span class="keyword">const</span> <span class="keywordtype">char</span> *desc, <span class="keywordtype">char</span> &amp;stampformat,
<a name="l00102"></a>00102                                               <span class="keywordtype">char</span> &amp;type, <span class="keywordtype">size_t</span> &amp;size);
<a name="l00103"></a>00103 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#ae8c5073ff5cd3c35af3312de0f3b8e0f">ID3_GetSyncLyrics</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>* tag, <span class="keyword">const</span> <span class="keywordtype">char</span>* lang,
<a name="l00104"></a>00104                                           <span class="keyword">const</span> <span class="keywordtype">char</span>* desc, <span class="keyword">const</span> <a class="code" href="globals_8h.html#a65f85814a8290f9797005d3b28e7e5fc">uchar</a>* &amp;pData, <span class="keywordtype">size_t</span>&amp; size);
<a name="l00105"></a>00105 
<a name="l00106"></a>00106 
<a name="l00107"></a>00107 <span class="comment">//following routine courtesy of John George</span>
<a name="l00108"></a>00108 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">int</span> <a class="code" href="misc__support_8cpp.html#a3602b03159f0d34211c365491fa8a98a">ID3_GetPictureData</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>* TempPicPath);
<a name="l00109"></a>00109 
<a name="l00110"></a>00110 <span class="comment">//following routine courtesy of John George</span>
<a name="l00111"></a>00111 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span>* <a class="code" href="misc__support_8cpp.html#a79d1b8738f30dbdccaff8409fd24d943">ID3_GetPictureMimeType</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 <span class="comment">//following routine courtesy of John George</span>
<a name="l00114"></a>00114 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">bool</span> <a class="code" href="misc__support_8cpp.html#a3f9abcf99d3941a0589801d6e4409ea0">ID3_HasPicture</a>(<span class="keyword">const</span> <a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00115"></a>00115 
<a name="l00116"></a>00116 <span class="comment">//following two routines courtesy of John George</span>
<a name="l00117"></a>00117 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a7ce92d5ee38a75a5b95faabf3cbf0f65">ID3_AddPicture</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>* TempPicPath, <span class="keyword">const</span> <span class="keywordtype">char</span>* MimeType, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00118"></a>00118 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <a class="code" href="class_i_d3___frame.html" title="The representative class of an id3v2 frame.">ID3_Frame</a>* <a class="code" href="misc__support_8cpp.html#a7ce92d5ee38a75a5b95faabf3cbf0f65">ID3_AddPicture</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>* TempPicPath, <span class="keyword">const</span> <span class="keywordtype">char</span>* MimeType, <a class="code" href="globals_8h.html#af36c01091a4fe9dda85801c064d4193e">ID3_PictureType</a> pictype, <span class="keyword">const</span> <span class="keywordtype">char</span>* Description, <span class="keywordtype">bool</span> replace = <span class="keyword">false</span>);
<a name="l00119"></a>00119 
<a name="l00120"></a>00120 <span class="comment">//following routine courtesy of John George</span>
<a name="l00121"></a>00121 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span> <a class="code" href="misc__support_8cpp.html#a06a7afccb875e0869142771abe02591b">ID3_RemovePictures</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*);
<a name="l00122"></a>00122 
<a name="l00123"></a>00123 <span class="comment">//following routine courtesy of John George</span>
<a name="l00124"></a>00124 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span> <a class="code" href="misc__support_8cpp.html#a6595dc5aeb97675d72264b24cc19c5b0">ID3_GetPictureDataOfPicType</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <span class="keyword">const</span> <span class="keywordtype">char</span>* TempPicPath, <a class="code" href="globals_8h.html#af36c01091a4fe9dda85801c064d4193e">ID3_PictureType</a> pictype);
<a name="l00125"></a>00125 
<a name="l00126"></a>00126 <span class="comment">//following routine courtesy of John George</span>
<a name="l00127"></a>00127 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span> *<a class="code" href="misc__support_8cpp.html#a0e32b7dd9155634f5f3d33c044c2a430">ID3_GetMimeTypeOfPicType</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <a class="code" href="globals_8h.html#af36c01091a4fe9dda85801c064d4193e">ID3_PictureType</a> pictype);
<a name="l00128"></a>00128 
<a name="l00129"></a>00129 <span class="comment">//following routine courtesy of John George</span>
<a name="l00130"></a>00130 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">char</span> *<a class="code" href="misc__support_8cpp.html#aa31652518581fc0f2517207ff6701ef8">ID3_GetDescriptionOfPicType</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <a class="code" href="globals_8h.html#af36c01091a4fe9dda85801c064d4193e">ID3_PictureType</a> pictype);
<a name="l00131"></a>00131 
<a name="l00132"></a>00132 <span class="comment">//following routine courtesy of John George</span>
<a name="l00133"></a>00133 <a class="code" href="globals_8h.html#a4300c4c2ac79b2857458dcd2e9c108f4" title="This file defines common macros, types, constants, and enums used throughout id3lib.">ID3_C_EXPORT</a> <span class="keywordtype">size_t</span> <a class="code" href="misc__support_8cpp.html#ae58b6d1d764a6e6c0ab416e72b070fc9">ID3_RemovePictureType</a>(<a class="code" href="class_i_d3___tag.html" title="The representative class of an id3 tag.">ID3_Tag</a>*, <a class="code" href="globals_8h.html#af36c01091a4fe9dda85801c064d4193e">ID3_PictureType</a> pictype);
<a name="l00134"></a>00134 
<a name="l00135"></a>00135 
<a name="l00136"></a>00136 <span class="preprocessor">#endif </span><span class="comment">/* _ID3LIB_MISC_SUPPORT_H_ */</span>
<a name="l00137"></a>00137 
</pre></div></div><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated on Thu Apr 12 2012 03:59:08 for id3lib by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>