#include <h323caps.h>
Inheritance diagram for H323_G728Capability:
Public Member Functions | |
Construction | |
H323_G728Capability () | |
Overrides from class PObject | |
virtual PObject * | Clone () const |
Identification functions | |
virtual unsigned | GetSubType () const |
virtual PString | GetFormatName () const |
H323_G728Capability::H323_G728Capability | ( | ) |
Create a new G.728 capability.
virtual PObject* H323_G728Capability::Clone | ( | ) | const [virtual] |
Create a copy of the object.
virtual PString H323_G728Capability::GetFormatName | ( | ) | const [virtual] |
Get the name of the media data format this class represents.
Implements H323Capability.
virtual unsigned H323_G728Capability::GetSubType | ( | ) | const [virtual] |
Get the sub-type of the capability. This is a code dependent on the main type of the capability.
Implements H323Capability.