Callback class for obtaining the list of supported output formats for a specific transform. Clients will need to implement this class and use this implementation as the callback for retrieving supported formats through getSupportedOutputFormats().
More...
Callback class for obtaining the list of supported output formats for a specific transform. Clients will need to implement this class and use this implementation as the callback for retrieving supported formats through getSupportedOutputFormats().
| virtual SYNCOLOR::SupportedOutputFormatsCallBack::~SupportedOutputFormatsCallBack |
( |
| ) |
|
|
virtual |
| virtual void SYNCOLOR::SupportedOutputFormatsCallBack::add |
( |
IOFormat |
format, |
|
|
const char * |
extension, |
|
|
const char * |
description |
|
) |
| |
|
pure virtual |
Supported file output formats.
- Parameters
-
| format | Supported output format. |
| extension | Output format extension. |
| description | brief Output format description |