#include <MNRTPDecoderCommon.h>
Inheritance diagram for MNRTPDecoderCommon:
Public Member Functions | |
virtual bool | curPacketCompletesFrame () |
Protected Member Functions | |
RetransRecvBase * | get_retrans () |
MNRTPDecoderCommon (RetransRecvBase *retrans) | |
virtual | ~MNRTPDecoderCommon () |
Protected Attributes | |
bool | _curPacketCompletesFrame |
|
|
|
|
|
Indicates if the currently decoded data complete a frame. This must be derived from RTP or payload information and will be set by the specific decoder.
Implements MNRTPDecoderBase.
|
|
|
|
Flag if frame is completed by payload. Set by specific decoder. |