Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

include/id3/misc_support.h File Reference

#include <id3/tag.h>

Go to the source code of this file.

Functions

ID3_C_EXPORT char * ID3_GetString (const ID3_Frame *, ID3_FieldID)
ID3_C_EXPORT char * ID3_GetString (const ID3_Frame *, ID3_FieldID, size_t nItems)
ID3_C_EXPORT void ID3_FreeString (char *str)
ID3_C_EXPORT char * ID3_GetArtist (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddArtist (ID3_Tag *, const char *, bool replace=false)
ID3_C_EXPORT size_t ID3_RemoveArtists (ID3_Tag *)
ID3_C_EXPORT char * ID3_GetAlbum (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddAlbum (ID3_Tag *, const char *, bool replace=false)
ID3_C_EXPORT size_t ID3_RemoveAlbums (ID3_Tag *)
ID3_C_EXPORT char * ID3_GetTitle (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddTitle (ID3_Tag *, const char *, bool replace=false)
ID3_C_EXPORT size_t ID3_RemoveTitles (ID3_Tag *)
ID3_C_EXPORT char * ID3_GetYear (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddYear (ID3_Tag *, const char *, bool replace=false)
ID3_C_EXPORT size_t ID3_RemoveYears (ID3_Tag *)
ID3_C_EXPORT char * ID3_GetComment (const ID3_Tag *, const char *desc=NULL)
ID3_C_EXPORT ID3_FrameID3_AddComment (ID3_Tag *, const char *, bool=false)
ID3_C_EXPORT ID3_FrameID3_AddComment (ID3_Tag *, const char *, const char *, bool=false)
ID3_C_EXPORT ID3_FrameID3_AddComment (ID3_Tag *, const char *, const char *, const char *, bool=false)
ID3_C_EXPORT size_t ID3_RemoveComments (ID3_Tag *, const char *=NULL)
ID3_C_EXPORT char * ID3_GetTrack (const ID3_Tag *)
ID3_C_EXPORT size_t ID3_GetTrackNum (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddTrack (ID3_Tag *, uchar ucTrack, uchar ucTotal=0, bool replace=false)
ID3_C_EXPORT ID3_FrameID3_AddTrack (ID3_Tag *, uchar ucTrack, bool replace)
ID3_C_EXPORT size_t ID3_RemoveTracks (ID3_Tag *)
ID3_C_EXPORT char * ID3_GetGenre (const ID3_Tag *)
ID3_C_EXPORT size_t ID3_GetGenreNum (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddGenre (ID3_Tag *, size_t ucGenre, bool replace=false)
ID3_C_EXPORT size_t ID3_RemoveGenres (ID3_Tag *)
ID3_C_EXPORT char * ID3_GetLyrics (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddLyrics (ID3_Tag *, const char *, bool=false)
ID3_C_EXPORT ID3_FrameID3_AddLyrics (ID3_Tag *, const char *, const char *, bool=false)
ID3_C_EXPORT ID3_FrameID3_AddLyrics (ID3_Tag *, const char *, const char *, const char *, bool=false)
ID3_C_EXPORT size_t ID3_RemoveLyrics (ID3_Tag *)
ID3_C_EXPORT char * ID3_GetLyricist (const ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddLyricist (ID3_Tag *, const char *, bool replace=false)
ID3_C_EXPORT size_t ID3_RemoveLyricist (ID3_Tag *)
ID3_C_EXPORT ID3_FrameID3_AddSyncLyrics (ID3_Tag *, const uchar *, size_t, ID3_TimeStampFormat, bool=false)
ID3_C_EXPORT ID3_FrameID3_AddSyncLyrics (ID3_Tag *, const uchar *, size_t, ID3_TimeStampFormat, const char *, bool=false)
ID3_C_EXPORT ID3_FrameID3_AddSyncLyrics (ID3_Tag *, const uchar *, size_t, ID3_TimeStampFormat, const char *, const char *, bool=false)
ID3_C_EXPORT ID3_FrameID3_AddSyncLyrics (ID3_Tag *, const uchar *, size_t, ID3_TimeStampFormat, const char *, const char *, ID3_ContentType, bool=false)
ID3_C_EXPORT ID3_FrameID3_GetSyncLyricsInfo (const ID3_Tag *tag, const char *lang, const char *desc, char &stampformat, char &type, size_t &size)
ID3_C_EXPORT ID3_FrameID3_GetSyncLyrics (const ID3_Tag *tag, const char *lang, const char *desc, char *pData, size_t &size)


Function Documentation

ID3_C_EXPORT ID3_Frame* ID3_AddAlbum ID3_Tag   tag,
const char *    text,
bool    replace = false
 

Definition at line 178 of file misc_support.cpp.

ID3_C_EXPORT ID3_Frame* ID3_AddArtist ID3_Tag   tag,
const char *    text,
bool    replace = false
 

Definition at line 97 of file misc_support.cpp.

References ID3_C_EXPORT.

ID3_C_EXPORT ID3_Frame* ID3_AddComment ID3_Tag   tag,
const char *    text,
const char *    desc,
const char *    lang,
bool    replace = false
 

Definition at line 379 of file misc_support.cpp.

Referenced by ID3_AddComment().

ID3_C_EXPORT ID3_Frame* ID3_AddComment ID3_Tag   tag,
const char *    text,
const char *    desc,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddComment ID3_Tag   tag,
const char *    text,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddGenre ID3_Tag   tag,
size_t    ucGenre,
bool    replace = false
 

Definition at line 606 of file misc_support.cpp.

ID3_C_EXPORT ID3_Frame* ID3_AddLyricist ID3_Tag   tag,
const char *    text,
bool    replace = false
 

Definition at line 741 of file misc_support.cpp.

ID3_C_EXPORT ID3_Frame* ID3_AddLyrics ID3_Tag   tag,
const char *    text,
const char *    desc,
const char *    lang,
bool    replace = false
 

Definition at line 679 of file misc_support.cpp.

Referenced by ID3_AddLyrics().

ID3_C_EXPORT ID3_Frame* ID3_AddLyrics ID3_Tag   tag,
const char *    text,
const char *    desc,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddLyrics ID3_Tag   tag,
const char *    text,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddSyncLyrics ID3_Tag   tag,
const uchar   data,
size_t    datasize,
ID3_TimeStampFormat    format,
const char *    desc,
const char *    lang,
ID3_ContentType    type,
bool    replace = false
 

Definition at line 805 of file misc_support.cpp.

Referenced by ID3_AddSyncLyrics().

ID3_C_EXPORT ID3_Frame* ID3_AddSyncLyrics ID3_Tag   tag,
const uchar   data,
size_t    datasize,
ID3_TimeStampFormat    format,
const char *    desc,
const char *    lang,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddSyncLyrics ID3_Tag   tag,
const uchar   data,
size_t    datasize,
ID3_TimeStampFormat    format,
const char *    desc,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddSyncLyrics ID3_Tag   tag,
const uchar   data,
size_t    datasize,
ID3_TimeStampFormat    format,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddTitle ID3_Tag   tag,
const char *    text,
bool    replace = false
 

Definition at line 237 of file misc_support.cpp.

ID3_C_EXPORT ID3_Frame* ID3_AddTrack ID3_Tag  ,
uchar    ucTrack,
bool    replace
 

ID3_C_EXPORT ID3_Frame* ID3_AddTrack ID3_Tag   tag,
uchar    ucTrack,
uchar    ucTotal = 0,
bool    replace = false
 

ID3_C_EXPORT ID3_Frame* ID3_AddYear ID3_Tag   tag,
const char *    text,
bool    replace = false
 

Definition at line 296 of file misc_support.cpp.

ID3_C_EXPORT void ID3_FreeString char *    str
 

Definition at line 72 of file misc_support.cpp.

References ID3_C_EXPORT.

ID3_C_EXPORT char* ID3_GetAlbum const ID3_Tag   tag
 

Definition at line 162 of file misc_support.cpp.

ID3_C_EXPORT char* ID3_GetArtist const ID3_Tag   tag
 

Definition at line 78 of file misc_support.cpp.

References ID3_C_EXPORT, ID3_ContentType, ID3_TimeStampFormat, and uchar.

ID3_C_EXPORT char* ID3_GetComment const ID3_Tag   tag,
const char *    desc = NULL
 

Definition at line 339 of file misc_support.cpp.

ID3_C_EXPORT char* ID3_GetGenre const ID3_Tag   tag
 

Definition at line 560 of file misc_support.cpp.

Referenced by ID3_GetGenreNum().

ID3_C_EXPORT size_t ID3_GetGenreNum const ID3_Tag   tag
 

Definition at line 577 of file misc_support.cpp.

ID3_C_EXPORT char* ID3_GetLyricist const ID3_Tag   tag
 

Definition at line 725 of file misc_support.cpp.

ID3_C_EXPORT char* ID3_GetLyrics const ID3_Tag   tag
 

Definition at line 652 of file misc_support.cpp.

ID3_C_EXPORT char* ID3_GetString const ID3_Frame   frame,
ID3_FieldID    fldName,
size_t    nItems
 

Definition at line 60 of file misc_support.cpp.

References ID3_C_EXPORT, NULL, and uchar.

Referenced by ID3_AddComment(), ID3_GetAlbum(), ID3_GetArtist(), ID3_GetComment(), ID3_GetGenre(), ID3_GetLyricist(), ID3_GetLyrics(), ID3_GetTitle(), ID3_GetTrack(), ID3_GetYear(), and ID3_RemoveComments().

ID3_C_EXPORT char* ID3_GetString const ID3_Frame   frame,
ID3_FieldID    fldName
 

ID3_C_EXPORT ID3_Frame* ID3_GetSyncLyrics const ID3_Tag   tag,
const char *    lang,
const char *    desc,
char *    pData,
size_t &    size
 

ID3_C_EXPORT ID3_Frame* ID3_GetSyncLyricsInfo const ID3_Tag   tag,
const char *    lang,
const char *    desc,
char &    stampformat,
char &    type,
size_t &    size
 

ID3_C_EXPORT char* ID3_GetTitle const ID3_Tag   tag
 

Definition at line 221 of file misc_support.cpp.

ID3_C_EXPORT char* ID3_GetTrack const ID3_Tag   tag
 

Definition at line 475 of file misc_support.cpp.

Referenced by ID3_GetTrackNum().

ID3_C_EXPORT size_t ID3_GetTrackNum const ID3_Tag   tag
 

Definition at line 491 of file misc_support.cpp.

ID3_C_EXPORT char* ID3_GetYear const ID3_Tag   tag
 

Definition at line 280 of file misc_support.cpp.

ID3_C_EXPORT size_t ID3_RemoveAlbums ID3_Tag   tag
 

Definition at line 201 of file misc_support.cpp.

Referenced by ID3_AddAlbum().

ID3_C_EXPORT size_t ID3_RemoveArtists ID3_Tag   tag
 

Definition at line 124 of file misc_support.cpp.

Referenced by ID3_AddArtist().

ID3_C_EXPORT size_t ID3_RemoveComments ID3_Tag   tag,
const char *    desc = NULL
 

Definition at line 433 of file misc_support.cpp.

Referenced by ID3_AddComment().

ID3_C_EXPORT size_t ID3_RemoveGenres ID3_Tag   tag
 

Definition at line 632 of file misc_support.cpp.

Referenced by ID3_AddGenre().

ID3_C_EXPORT size_t ID3_RemoveLyricist ID3_Tag   tag
 

Definition at line 764 of file misc_support.cpp.

Referenced by ID3_AddLyricist().

ID3_C_EXPORT size_t ID3_RemoveLyrics ID3_Tag   tag
 

Definition at line 705 of file misc_support.cpp.

Referenced by ID3_AddLyrics().

ID3_C_EXPORT size_t ID3_RemoveTitles ID3_Tag   tag
 

Definition at line 260 of file misc_support.cpp.

Referenced by ID3_AddTitle().

ID3_C_EXPORT size_t ID3_RemoveTracks ID3_Tag   tag
 

Definition at line 540 of file misc_support.cpp.

Referenced by ID3_AddTrack().

ID3_C_EXPORT size_t ID3_RemoveYears ID3_Tag   tag
 

Definition at line 319 of file misc_support.cpp.

Referenced by ID3_AddYear().


Generated on Thu Jan 3 07:35:56 2002 for id3lib by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001