tagger Class Reference

#include <tagger.h>

List of all members.

Static Public Member Functions

static int getTags (const char *filename, TagLib::StringList *tags)
static int setTags (const char *filename, TagLib::StringList tags)
static int clearTags (const char *filename)


Detailed Description

handles tagging of files via taglib.


Member Function Documentation

int tagger::getTags ( const char *  filename,
TagLib::StringList *  tags 
) [static]

get tags of file.

Parameters:
[in] filename target file
[out] tags list of tags

int tagger::setTags ( const char *  filename,
TagLib::StringList  tags 
) [static]

set tags for file.

Parameters:
[in] filename target file
[in] tags list of tags

int tagger::clearTags ( const char *  filename  )  [static]

clear tags for file.

Parameters:
[in] filename target file


The documentation for this class was generated from the following files:
Generated on Fri Nov 9 09:57:22 2007 for mtag by  doxygen 1.5.2