Photon C++ Client API
5.0.7.3
|
Public Member Functions | |
Decoder (void *outputOpaque, void(*output)(void *, const Buffer< T > &), const ILogger &logger) | |
virtual void | open (const VoiceInfo &i) |
Open (initialize) the decoder. More... | |
virtual Common::JString | getError (void) const |
If not null, the object is in invalid state. More... | |
virtual void | input (const Buffer< nByte > &buf) |
Consumes the given encoded data. More... | |
|
virtual |
Open (initialize) the decoder.
info | Properties of the data stream to decode. |
Implements IDecoder.
|
virtual |
If not null, the object is in invalid state.
Implements IDecoder.