Context passed to factory methods for lookup and creation. More...
#include <fileformatfactory.h>

Public Attributes | |
| int | operation = 0 |
| Product-specific operation (e.g. Reader/Writer). | |
| String | filename |
| Full path, if available. | |
| String | formatHint |
| Extension hint (e.g. "wav"), no dot. | |
| IODevice * | device = nullptr |
| IODevice to operate on, if available. | |
Context passed to factory methods for lookup and creation.
Carries all available information about the requested operation. Factories inspect whichever fields are relevant and ignore the rest.