#include <metadataformatter.h>
List of all members.
Detailed Description
The MetaDataFormatter formats metadata using templates.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
format | Metadata template. Syntax: p - artist, a - album, t - title, n - track number, NN - 2-digit track number, g - genre, c - comment, C - composer, D - disc number, f - file name, F - full path, y - year, l - duration, if(A,B,C) or if(A&B&C,D,E) - condition. |
Member Function Documentation
Returns formatted length (example: 05:02:03).
- Parameters:
-
Converts metadata of item item to one string using template.
Converts metadata to one string using template.
- Parameters:
-
metaData | Metadata array. |
length | Length in seconds. |
The documentation for this class was generated from the following file: