TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
EngineProperties Struct Reference

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
 

Detailed Description

Structure to store custom audio engine properies.

Author
Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru

Definition at line 37 of file enginefactory.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: