Ardour  9.0-pre0-582-g084a23a80d
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)
 
static bool tag_riff_info (TagLib::RIFF::Info::Tag &tag, SessionMetadata const &metadata)
 
static bool tag_id3v2 (TagLib::ID3v2::Tag &tag, SessionMetadata const &metadata)
 

Detailed Description

Class with static functions for tagging audiofiles.

Definition at line 37 of file audiofile_tagger.h.

Member Function Documentation

◆ tag_file()

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

◆ tag_generic()

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

◆ tag_id3v2()

static bool ARDOUR::AudiofileTagger::tag_id3v2 ( TagLib::ID3v2::Tag &  tag,
SessionMetadata const &  metadata 
)
staticprivate

◆ tag_riff_info()

static bool ARDOUR::AudiofileTagger::tag_riff_info ( TagLib::RIFF::Info::Tag &  tag,
SessionMetadata const &  metadata 
)
staticprivate

◆ tag_vorbis_comment()

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

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