#include <h323caps.h>
Inheritance diagram for H323_G729Capability:
Public Types | |
enum | Mode { e_Normal, e_AnnexA, e_AnnexB, e_AnnexA_AnnexB } |
Specific G.729 encoding algorithm. More... | |
Public Member Functions | |
Construction | |
H323_G729Capability (Mode mode) | |
Overrides from class PObject | |
virtual PObject * | Clone () const |
Identification functions | |
virtual unsigned | GetSubType () const |
virtual PString | GetFormatName () const |
Protected Attributes | |
Mode | mode |
|
Specific G.729 encoding algorithm.
|
|
Create a new G.729 capability. |
|
Create a copy of the object. |
|
Get the name of the media data format this class represents. Implements H323Capability. |
|
Get the sub-type of the capability. This is a code dependent on the main type of the capability. Implements H323Capability. |
|
|