This is an interface class for factories that create decoders. More...
#include <decoderfactory.h>
Public Member Functions | |
| iDecoderFactory () | |
| Class constructor. | |
| virtual | ~iDecoderFactory () |
| Class destructor. | |
| virtual iDecoder * | CreateDecoder (Resource::DataStreamPtr Stream)=0 |
| Creates a new iDecoder for use. More... | |
| virtual Audio::Encoding | GetSupportedEncoding () const =0 |
| Gets the encoding supported by decoders made by this factory. More... | |
This is an interface class for factories that create decoders.
Definition at line 56 of file decoderfactory.h.
|
pure virtual |
|
pure virtual |
Gets the encoding supported by decoders made by this factory.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.