#include <h323caps.h>
Inheritance diagram for H323_G711Capability:
Public Types | |
enum | Mode { ALaw, muLaw } |
Specific G.711 encoding algorithm. More... | |
enum | Speed { At64k, At56k } |
Specific G.711 encoding bit rates. More... | |
Public Member Functions | |
Construction | |
H323_G711Capability (Mode mode=muLaw, Speed speed=At64k) | |
Overrides from class PObject | |
virtual PObject * | Clone () const |
Identification functions | |
virtual unsigned | GetSubType () const |
virtual PString | GetFormatName () const |
Protected Attributes | |
Mode | mode |
Speed | speed |
|
Specific G.711 encoding algorithm.
|
|
Specific G.711 encoding bit rates.
|
|
Create a new G.711 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. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. Implements H323Capability. |
|
|
|
|