OPAL
Version 3.10.4
|
#include <frame.h>
Public Member Functions | |
IAX2FullFrameCng (const IAX2Frame &srcFrame) | |
IAX2FullFrameCng (const IAX2FullFrame &srcFrame) | |
virtual PString | GetSubClassName () const |
virtual BYTE | GetFullFrameType () |
Class for transfering Cng (comfort noise generation). These frames are sent reliably.
The contents of the data section is message specific
IAX2FullFrameCng::IAX2FullFrameCng | ( | const IAX2Frame & | srcFrame | ) |
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet
IAX2FullFrameCng::IAX2FullFrameCng | ( | const IAX2FullFrame & | srcFrame | ) |
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet
virtual BYTE IAX2FullFrameCng::GetFullFrameType | ( | ) | [inline, virtual] |
Return the IAX2FullFrame type represented here (voice, protocol, session etc
Reimplemented from IAX2FullFrame.
References IAX2Frame::cngType.
virtual PString IAX2FullFrameCng::GetSubClassName | ( | ) | const [virtual] |
Get text description of the subclass contents
Reimplemented from IAX2FullFrame.