|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Structure to store input plugin properties. More...
#include <decoderfactory.h>
Public Attributes | |
| QString | name |
| QString | shortName |
| QStringList | filters |
| QString | description |
| QStringList | contentTypes |
| QStringList | protocols |
| bool | hasSettings = false |
| bool | noInput = false |
| int | priority = 0 |
Structure to store input plugin properties.
Definition at line 33 of file decoderfactory.h.
| QStringList DecoderProperties::contentTypes |
Supported content types
Definition at line 39 of file decoderfactory.h.
| QString DecoderProperties::description |
File filters description
Definition at line 38 of file decoderfactory.h.
Referenced by MusicQmmpPluginItem::MusicQmmpPluginItem(), and MusicSongMeta::readInformation().
| QStringList DecoderProperties::filters |
File filters (example: "*.mp3")
Definition at line 37 of file decoderfactory.h.
| bool DecoderProperties::hasSettings = false |
Should be true if plugin has settings dialog, otherwise false
Definition at line 42 of file decoderfactory.h.
Referenced by MusicQmmpPluginItem::MusicQmmpPluginItem().
| QString DecoderProperties::name |
Input plugin full name
Definition at line 35 of file decoderfactory.h.
Referenced by MusicQmmpPluginItem::MusicQmmpPluginItem(), and MusicSongMeta::readInformation().
| bool DecoderProperties::noInput = false |
Should be true if plugin has own input, otherwise false
Definition at line 43 of file decoderfactory.h.
| int DecoderProperties::priority = 0 |
Decoder priority. Decoders with lowest value will be used first
Definition at line 44 of file decoderfactory.h.
| QStringList DecoderProperties::protocols |
A list of supported protocols. Should be empty if plugin uses stream input.
Definition at line 40 of file decoderfactory.h.
| QString DecoderProperties::shortName |
Input plugin short name for internal usage
Definition at line 36 of file decoderfactory.h.
Referenced by MusicSongMeta::readInformation().
1.8.8