TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Helper structure to store output plugin properies. More...
#include <outputfactory.h>
Public Attributes | |
QString | name |
QString | shortName |
bool | hasSettings = false |
Helper structure to store output plugin properies.
Definition at line 34 of file outputfactory.h.
bool OutputProperties::hasSettings = false |
Should be true if plugin has settings dialog, and false otherwise
Definition at line 38 of file outputfactory.h.
Referenced by MusicPluginItem::MusicPluginItem().
QString OutputProperties::name |
Effect plugin full name
Definition at line 36 of file outputfactory.h.
Referenced by MusicPluginItem::MusicPluginItem().
QString OutputProperties::shortName |
Effect plugin short name for internal usage
Definition at line 37 of file outputfactory.h.