TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Structure to store custom audio engine properies. More...
#include <enginefactory.h>
Public Attributes | |
QString | name |
QString | shortName |
QStringList | filters |
QString | description |
QStringList | contentTypes |
QStringList | protocols |
bool | hasSettings = false |
Structure to store custom audio engine properies.
Definition at line 37 of file enginefactory.h.
QStringList EngineProperties::contentTypes |
Supported content types
Definition at line 43 of file enginefactory.h.
QString EngineProperties::description |
File filter description
Definition at line 42 of file enginefactory.h.
QStringList EngineProperties::filters |
File filters (example: "*.mp3,*.ogg")
Definition at line 41 of file enginefactory.h.
bool EngineProperties::hasSettings = false |
Should be true if plugin has settings dialog, and false otherwise
Definition at line 45 of file enginefactory.h.
QString EngineProperties::name |
Input plugin full name
Definition at line 39 of file enginefactory.h.
QStringList EngineProperties::protocols |
Supported protocols. Should be empty if plugin uses stream input.
Definition at line 44 of file enginefactory.h.
QString EngineProperties::shortName |
Input plugin short name for internal usage
Definition at line 40 of file enginefactory.h.