#include <frame.h>
Inheritance diagram for IAX2FullFrameVideo:

Public Types | |
| enum | VideoSc { jpeg = 0x10000, png = 0x20000, h261 = 0x40000, h263 = 0x80000 } |
Public Member Functions | |
| IAX2FullFrameVideo (IAX2Frame &srcFrame) | |
| IAX2FullFrameVideo (IAX2FullFrame &srcFrame) | |
| virtual PString | GetSubClassName () const |
| virtual BYTE | GetFullFrameType () |
The contents the data section is compressed video.
|
|
enum comtaining the possible (uncompressed) subclass value for these video frames |
|
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet |
|
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet |
|
|
Return the FullFrame type represented here (voice, protocol, session etc Reimplemented from IAX2FullFrame. |
|
|
Get text description of the subclass contents Reimplemented from IAX2FullFrame. |
1.4.2