The MediaInfo struct provides the media information.
More...
#include <MediaPlayer.h>
|
QString | title |
| the title of the media
|
|
QString | author |
| the author of the media
|
|
QString | albumTitle |
| the album title of the media
|
|
QString | albumArtist |
| the album artist of the media
|
|
QString | composer |
| the composer of the media
|
|
QString | genre |
| the genre of the media
|
|
qint64 | durationMs |
| the duration of the media
|
|
QString | date |
| the date of the media
|
|
int | trackNumber |
| the track number of the media
|
|
int | audioBitRate |
| the audio bit rate of the media
|
|
QString | audioCodec |
| the audio codec of the media
|
|
QString | mediaType |
| the media type of the media
|
|
int | sampleRate |
| the sample rate of the media
|
|
QString | publisher |
| the publisher of the media
|
|
QImage | coverImage |
| the cover image of the media
|
|
The MediaInfo struct provides the media information.
- Note
- this is the meta data of the media
The documentation for this struct was generated from the following file: