Photon Voice v2.53

Properties | List of all members
IDecoderDirect< B > Interface Template Reference

Interface for an decoder which outputs data via explicit call. More...

Inherits IDecoder.

Properties

Action< B > Output [get, set]
 Callback to call when a new decoded data buffer is available. More...
 
- Properties inherited from IDecoder
string Error [get]
 If not null, the object is in invalid state. More...
 

Additional Inherited Members

- Public Member Functions inherited from IDecoder
void Open (VoiceInfo info)
 Open (initialize) the decoder. More...
 
void Input (ref FrameBuffer buf)
 Consumes the given encoded data. More...
 

Detailed Description

Interface for an decoder which outputs data via explicit call.

Property Documentation

◆ Output

Action<B> Output
getset

Callback to call when a new decoded data buffer is available.