kwave
18.07.70
|
#include <VorbisCommentMap.h>
Public Member Functions | |
VorbisCommentMap () | |
virtual | ~VorbisCommentMap () |
QString | findProperty (const Kwave::FileProperty property) |
bool | containsProperty (const Kwave::FileProperty property) |
Definition at line 31 of file VorbisCommentMap.h.
Kwave::VorbisCommentMap::VorbisCommentMap | ( | ) |
Default constructor, with initializing
Definition at line 27 of file VorbisCommentMap.cpp.
References Kwave::INF_ALBUM, Kwave::INF_AUTHOR, Kwave::INF_CONTACT, Kwave::INF_COPYRIGHT, Kwave::INF_CREATION_DATE, Kwave::INF_ENGINEER, Kwave::INF_GENRE, Kwave::INF_ISRC, Kwave::INF_LICENSE, Kwave::INF_NAME, Kwave::INF_ORGANIZATION, Kwave::INF_PERFORMER, Kwave::INF_SOFTWARE, Kwave::INF_SOURCE, Kwave::INF_SUBJECT, Kwave::INF_TRACK, Kwave::INF_VBR_QUALITY, Kwave::INF_VERSION, and INS.
|
inlinevirtual |
bool Kwave::VorbisCommentMap::containsProperty | ( | const Kwave::FileProperty | property | ) |
Returns true if the map contains a given property
Definition at line 61 of file VorbisCommentMap.cpp.
References findProperty().
QString Kwave::VorbisCommentMap::findProperty | ( | const Kwave::FileProperty | property | ) |
Returns the vorbis comment name of a property or an empty string if nothing found (reverse lookup).
Definition at line 50 of file VorbisCommentMap.cpp.
Referenced by containsProperty().