ardour
Static Public Member Functions | Static Private Member Functions | List of all members
ARDOUR::AudiofileTagger Class Reference

Class with static functions for tagging audiofiles. More...

#include <audiofile_tagger.h>

Static Public Member Functions

static bool tag_file (std::string const &filename, SessionMetadata const &metadata)
 

Static Private Member Functions

static bool tag_generic (TagLib::Tag &tag, SessionMetadata const &metadata)
 
static bool tag_vorbis_comment (TagLib::Ogg::XiphComment &tag, SessionMetadata const &metadata)
 

Detailed Description

Class with static functions for tagging audiofiles.

Definition at line 38 of file audiofile_tagger.h.

Member Function Documentation

bool ARDOUR::AudiofileTagger::tag_file ( std::string const &  filename,
SessionMetadata const &  metadata 
)
static

Definition at line 43 of file audiofile_tagger.cc.

bool ARDOUR::AudiofileTagger::tag_generic ( TagLib::Tag &  tag,
SessionMetadata const &  metadata 
)
staticprivate

Definition at line 79 of file audiofile_tagger.cc.

bool ARDOUR::AudiofileTagger::tag_vorbis_comment ( TagLib::Ogg::XiphComment &  tag,
SessionMetadata const &  metadata 
)
staticprivate

Definition at line 93 of file audiofile_tagger.cc.


The documentation for this class was generated from the following files: