Qmmp
|
#include <enginefactory.h>
Public Attributes | |
QString | name |
QString | shortName |
QStringList | filters |
QString | description |
QStringList | contentTypes |
QStringList | protocols |
bool | hasAbout = false |
bool | hasSettings = false |
Structure to store custom audio engine properies.
QStringList contentTypes |
Supported content types
QString description |
File filter description
QStringList filters |
File filters (example: "*.mp3,*.ogg")
bool hasAbout = false |
Should be true if plugin has about dialog, and false otherwise
bool hasSettings = false |
Should be true if plugin has settings dialog, and false otherwise
QString name |
Input plugin full name
QStringList protocols |
Supported protocols. Should be empty if plugin uses stream input.
QString shortName |
Input plugin short name for internal usage