Stores the config frame and prevents other frames decoding until the decoder is ready. More...
Inherits IDisposable.
Public Member Functions | |
DecoderConfigFrame (ILogger logger, IDecoder decoder) | |
bool | TryConfigure (ref FrameBuffer buf, bool decoderReady) |
Call it in Input(). More... | |
void | Dispose () |
Stores the config frame and prevents other frames decoding until the decoder is ready.
bool TryConfigure | ( | ref FrameBuffer | buf, |
bool | decoderReady | ||
) |
Call it in Input().
buf | Data frame. |
decoderReady | True if the decoder is ready. |