This class describes the G711 codec capability
Inheritance:
Public Methods
-
Construction
-
Identification functions
-
Operations
-
Protocol manipulation
Public Methods
-
Overrides from class PObject
-
Member variable access
Protected Fields
-
CapabilityDirection capabilityDirection
Documentation
This class describes the G711 codec capability
At64k
- European standard
At56k
- American standard
H323_G711Capability( Mode mode = muLaw, Speed speed = At64k )
- Create a new G711 capability.
- Parameters:
- mode - Type of encoding.
speed - Encoding bit rate.
virtual PObject* Clone() const
- Create a copy of the object
virtual unsigned GetSubType() const
- 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.
virtual PString GetFormatName() const
- Get the name of the media data format this class represents
virtual H323Codec* CreateCodec( H323Codec::Direction direction ) const
- Create the codec instance, allocating resources as required.
- Parameters:
- direction - Direction in which this instance runs
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.