DecoderProperties Class Reference

Helper class to store input plugin properies. More...

#include <decoderfactory.h>

List of all members.

Public Member Functions

 DecoderProperties ()

Public Attributes

QString name
QString shortName
QStringList filters
QString description
QStringList contentTypes
QStringList protocols
bool hasAbout
bool hasSettings
bool noInput
bool noOutput
int priority


Detailed Description

Helper class to store input plugin properies.

Author:
Ilya Kotov <forkotov02@hotmail.ru>

Constructor & Destructor Documentation

DecoderProperties (  )  [inline]

Constructor


Member Data Documentation

QStringList contentTypes

Supported content types

QString description

File filters description

QStringList filters

File filters (example: "*.mp3")

bool hasAbout

Should be true if plugin has about dialog, otherwise false

Should be true if plugin has settings dialog, otherwise false

QString name

Input plugin full name

bool noInput

Should be true if plugin has own input, otherwise false

bool noOutput

Should be true if plugin has own output, otherwise false

int priority

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


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

Generated on Thu Nov 10 20:39:11 2011 for Qmmp by  doxygen 1.5.9