#include <decoderfactory.h>
Public Member Functions | |
| DecoderProperties () | |
Public Attributes | |
| QString | name |
| QString | shortName |
| QString | filter |
| QString | description |
| QString | contentType |
| QString | protocols |
| bool | hasAbout |
| bool | hasSettings |
| bool | noInput |
| bool | noOutput |
| DecoderProperties::DecoderProperties | ( | ) | [inline] |
Constructor
| QString DecoderProperties::contentType |
Supported content types
| QString DecoderProperties::description |
File filter description
| QString DecoderProperties::filter |
File filter (example: "*.mp3 *.ogg")
Should be true if plugin has about dialog, otherwise false
Should be true if plugin has settings dialog, otherwise false
| QString DecoderProperties::name |
Input plugin full name
Should be true if plugin has own input, otherwise false
Should be true if plugin has own output, otherwise false
| QString DecoderProperties::protocols |
Supported protocols. Should be empty if plugin uses stream input.
| QString DecoderProperties::shortName |
Input plugin short name for internal usage
1.5.9