RTP Audio System
2.0.0
|
Decoder Repository. More...
#include <decoderrepositoryinterface.h>
Public Member Functions | |
virtual bool | selectDecoderForTypeID (const card16 typeID)=0 |
virtual DecoderInterface * | getCurrentDecoder () const =0 |
Decoder Repository.
This class is a repository for decoders.
virtual DecoderInterface* DecoderRepositoryInterface::getCurrentDecoder | ( | ) | const [pure virtual] |
Get DecoderInterface of the current decoder.
Implemented in AudioDecoderRepository.
virtual bool DecoderRepositoryInterface::selectDecoderForTypeID | ( | const card16 | typeID | ) | [pure virtual] |
Select the decoder with the given TypeID to be the current decoder of the repository.
typeID | Decoding's type ID. |
Implemented in AudioDecoderRepository.