Qmmp
Loading...
Searching...
No Matches
DecoderProperties Struct Reference

#include <qmmp/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

Detailed Description

Structure to store input plugin properties.

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

Member Data Documentation

◆ contentTypes

QStringList contentTypes

Supported content types

◆ description

QString description

File filters description

◆ filters

QStringList filters

File filters (example: "*.mp3")

◆ hasAbout

bool hasAbout = false

Should be true if plugin has about dialog, otherwise false

◆ hasSettings

bool hasSettings = false

Should be true if plugin has settings dialog, otherwise false

◆ name

QString name

Input plugin full name

◆ noInput

bool noInput = false

Should be true if plugin has own input, otherwise false

◆ priority

int priority = 0

Decoder priority. Decoders with lowest value will be used first

◆ protocols

QStringList protocols

A list of supported protocols. Should be empty if plugin uses stream input.

◆ shortName

QString shortName

Input plugin short name for internal usage


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