Media meta information manager.
More...
#include <VLCQtCore/MetaManager.h>
Media meta information manager.
A manager and editor of media's meta information.
VlcMetaManager::VlcMetaManager |
( |
VlcMedia * |
media | ) |
|
|
explicit |
VlcMetaManager constructor.
This constructor creates a new media instance from a media location.
- Parameters
-
media | selected media for meta information (VlcMedia *) |
QString VlcMetaManager::album |
( |
| ) |
const |
Get current track album.
- Returns
- current track album (const QString)
QString VlcMetaManager::artist |
( |
| ) |
const |
Get current track artist.
- Returns
- current track artist (const QString)
QString VlcMetaManager::artwork |
( |
| ) |
const |
Get current track artwork URL.
- Returns
- current track artwork URL (const QString)
QString VlcMetaManager::copyright |
( |
| ) |
const |
Get current track copyright.
- Returns
- current track copyright (const QString)
QString VlcMetaManager::description |
( |
| ) |
const |
Get current track description.
- Returns
- current track description (const QString)
QString VlcMetaManager::encoder |
( |
| ) |
const |
Get current track encoder.
- Returns
- current track encoder (const QString)
QString VlcMetaManager::genre |
( |
| ) |
const |
Get current track genre.
- Returns
- current track genre (const QString)
QString VlcMetaManager::id |
( |
| ) |
const |
Get current track ID.
- Returns
- current track ID (const QString)
QString VlcMetaManager::language |
( |
| ) |
const |
Get current track language.
- Returns
- current track language (const QString)
int VlcMetaManager::number |
( |
| ) |
const |
Get current track number.
- Returns
- current track number (const int)
QString VlcMetaManager::publisher |
( |
| ) |
const |
Get current track publisher.
- Returns
- current track publisher (const QString)
QString VlcMetaManager::rating |
( |
| ) |
const |
Get current track rating.
- Returns
- current track rating (const QString)
bool VlcMetaManager::saveMeta |
( |
| ) |
const |
Save the meta previously set.
- Returns
- true if the write operation was successfull (const bool)
void VlcMetaManager::setAlbum |
( |
const QString & |
album | ) |
|
Set track album.
- Parameters
-
album | new track album (QString) |
void VlcMetaManager::setArtist |
( |
const QString & |
artist | ) |
|
Set track artist.
- Parameters
-
artist | new track artist (QString) |
void VlcMetaManager::setCopyright |
( |
const QString & |
copyright | ) |
|
Set track copyright.
- Parameters
-
copyright | new track copyright (QString) |
void VlcMetaManager::setDescription |
( |
const QString & |
description | ) |
|
Set track description.
- Parameters
-
description | new track description (QString) |
void VlcMetaManager::setEncoder |
( |
const QString & |
encoder | ) |
|
Set track encoder.
- Parameters
-
encoder | new track encoder (QString) |
void VlcMetaManager::setGenre |
( |
const QString & |
genre | ) |
|
Set track genre.
- Parameters
-
genre | new track genre (QString) |
void VlcMetaManager::setLanguage |
( |
const QString & |
language | ) |
|
Set track language.
- Parameters
-
language | new track language (QString) |
void VlcMetaManager::setNumber |
( |
int |
number | ) |
|
Set track number.
- Parameters
-
number | new track number (int) |
void VlcMetaManager::setPublisher |
( |
const QString & |
publisher | ) |
|
Set track publisher.
- Parameters
-
publisher | new track publisher (QString) |
QString VlcMetaManager::setting |
( |
| ) |
const |
Get current track setting.
- Returns
- current track setting (const QString)
void VlcMetaManager::setTitle |
( |
const QString & |
title | ) |
|
Set track title.
- Parameters
-
title | new track title (QString) |
void VlcMetaManager::setYear |
( |
int |
year | ) |
|
Set track year.
- Parameters
-
QString VlcMetaManager::title |
( |
| ) |
const |
Get current track title.
- Returns
- current track title (const QString)
QString VlcMetaManager::url |
( |
| ) |
const |
Get current track URL.
- Returns
- current track URL (const QString)
int VlcMetaManager::year |
( |
| ) |
const |
Get current track year.
- Returns
- current track year (const int)
The documentation for this class was generated from the following files:
- MetaManager.h
- MetaManager.cpp