Class with static functions for tagging audiofiles.
More...
#include <audiofile_tagger.h>
Class with static functions for tagging audiofiles.
Definition at line 37 of file audiofile_tagger.h.
◆ 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: