The class of the file tag meta.
More...
#include <tagmeta.h>
|
| enum | Type {
TITLE,
ARTIST,
ALBUM,
COMMENT,
GENRE,
YEAR,
TRACK,
RATING,
URL,
LENGTH,
FORMAT,
SAMPLERATE,
MODE,
BITRATE,
CHANNEL,
DESCRIPTION
} |
| |
The class of the file tag meta.
- Author
- Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com
Definition at line 28 of file tagmeta.h.
| Enumerator |
|---|
| TITLE |
Title
|
| ARTIST |
Artist
|
| ALBUM |
Album
|
| COMMENT |
Comment
|
| GENRE |
Genre
|
| YEAR |
Year
|
| TRACK |
Track number
|
| RATING |
Popularimeter
|
| URL |
Stream url or local file path
|
| LENGTH |
Length
|
| FORMAT |
Format
|
| SAMPLERATE |
Sample rate
|
| MODE |
Mode
|
| BITRATE |
Bitrate
|
| CHANNEL |
Channel
|
| DESCRIPTION |
Description
|
Definition at line 31 of file tagmeta.h.
| TagMeta::TagMeta |
( |
const QString & |
file | ) |
|
|
explicit |
| bool TagMeta::write |
( |
Type |
tag, |
|
|
const QString & |
value, |
|
|
int |
id3v2Version |
|
) |
| |
| QMap<Type, QString> TagMeta::m_parameters |
|
protected |
The documentation for this class was generated from the following file: