MythTV
master
|
#include <decoder.h>
Public Member Functions | |
virtual bool | supports (const QString &source) const =0 |
virtual const QString & | extension () const =0 |
virtual const QString & | description () const =0 |
virtual Decoder * | create (const QString &source, AudioOutput *output, bool deletable)=0 |
virtual | ~DecoderFactory ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in avfDecoderFactory, and CdDecoderFactory.
Referenced by Decoder::create(), and DecoderHandler::doConnectDecoder().
|
pure virtual |
Implemented in avfDecoderFactory, and CdDecoderFactory.
|
pure virtual |
Implemented in avfDecoderFactory, and CdDecoderFactory.
Referenced by Decoder::all().
|
pure virtual |
Implemented in avfDecoderFactory, and CdDecoderFactory.