Photon C++ Client API
5.0.7.3
|
Public Member Functions | |
UnsupportedCodecError (const Common::JString &info, int codec, const ILogger &logger) | |
virtual Common::JString | getError (void) const |
If not null, the object is in invalid state. More... | |
virtual void | open (const VoiceInfo &info) |
Open (initialize) the decoder. More... | |
virtual void | setOutput (void *opaque, void(*output)(void *, const Buffer< nByte > &)) |
Set callback encoder calls on each encoded data frame (if such output supported). More... | |
virtual Buffer< nByte > | dequeueOutput (void) |
Returns next encoded data frame (if such output supported). More... | |
virtual void | input (const Buffer< nByte > &buf) |
Consumes the given encoded data. More... | |
|
virtual |
If not null, the object is in invalid state.
Implements IEncoder.
|
virtual |
Open (initialize) the decoder.
info | Properties of the data stream to decode. |
Implements IDecoder.
|
virtual |
Set callback encoder calls on each encoded data frame (if such output supported).
Implements IEncoder.
|
virtual |
Returns next encoded data frame (if such output supported).
Implements IEncoder.