BeatLib


MP3MetaData QML Type

Contains an MP3 file's meta data. More...

Import Statement: import

Properties

Detailed Description

This QML type contains the meta data information from an MP3 file. It can be either ID3v1/2 or ICY data.

MP3Decoder automatically reads the data when decoding MP3 files and provides it by MP3Decoder::metaData.

Property Documentation

album : var

The album name stored in the MP3 meta data.


artist : var

The artist name stored in the MP3 meta data.


title : var

The song title name stored in the MP3 meta data.