|
Qmmp
|
#include <decoderfactory.h>
Public Attributes | |
| QString | name |
| QString | shortName |
| QStringList | filters |
| QString | description |
| QStringList | contentTypes |
| QStringList | protocols |
| bool | hasAbout = false |
| bool | hasSettings = false |
| bool | noInput = false |
| int | priority = 0 |
Structure to store input plugin properties.
| QStringList contentTypes |
Supported content types
| QString description |
File filters description
| QStringList filters |
File filters (example: "*.mp3")
| bool hasAbout = false |
Should be true if plugin has about dialog, otherwise false
| bool hasSettings = false |
Should be true if plugin has settings dialog, otherwise false
| QString name |
Input plugin full name
| bool noInput = false |
Should be true if plugin has own input, otherwise false
| int priority = 0 |
Decoder priority. Decoders with lowest value will be used first
| QStringList protocols |
A list of supported protocols. Should be empty if plugin uses stream input.
| QString shortName |
Input plugin short name for internal usage