Photon C++ Client API
5.0.7.3
|
Generic decoder interface. More...
Public Member Functions | |
virtual void | open (const VoiceInfo &info)=0 |
Open (initialize) the decoder. More... | |
virtual Common::JString | getError (void) const =0 |
If not null, the object is in invalid state. More... | |
virtual void | input (const Buffer< nByte > &buf)=0 |
Consumes the given encoded data. More... | |
Generic decoder interface.
|
pure virtual |
Open (initialize) the decoder.
info | Properties of the data stream to decode. |
Implemented in UnsupportedCodecError, and Decoder< T >.
|
pure virtual |
If not null, the object is in invalid state.
Implemented in UnsupportedCodecError, and Decoder< T >.
|
pure virtual |
Consumes the given encoded data.
Implemented in UnsupportedCodecError, and Decoder< T >.