The PopularimeterFrame class.
More...
#include <Popularimeter.h>
|
TagLib::ID3v2::Frame * | create_id3v2_frame () override |
| create_id3v2_frame creates new id3v2 frame if there's no frame we have to create it manually every subclass has to implement this function More...
|
|
TagLib::ID3v2::Tag * | tag () const |
|
void | set_tag (TagLib::ID3v2::Tag *tag) |
|
QString | convert_string (const TagLib::String &str) const |
|
TagLib::String | convert_string (const QString &str) const |
|
QString | key () const |
|
TagLib::String | tag_key () const |
|
|
TagLib::ID3v2::PopularimeterFrame * | mFrame |
|
◆ create_id3v2_frame()
TagLib::ID3v2::Frame* ID3v2::PopularimeterFrame::create_id3v2_frame |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ is_frame_found()
if the frame was found when called read()
- Returns
- true, if the frame was found
◆ read()
sets the _data_model by reading from the frame
- Parameters
-
data | reference to data filled with _data_model |
- Returns
- false, if frame cannot be accessed, true else
◆ write()
insert the _data_model into the frame
- Parameters
-
- Returns
- false if frame cannot be accessed