#include <mscodecs.h>
Inheritance diagram for MicrosoftGSMAudioCapability:

Public Member Functions | |
| MicrosoftGSMAudioCapability () | |
| PObject * | Clone () const |
| PString | GetFormatName () const |
| void | SetTxFramesInPacket (unsigned) |
| MicrosoftGSMAudioCapability::MicrosoftGSMAudioCapability | ( | ) |
| PObject* MicrosoftGSMAudioCapability::Clone | ( | ) | const |
| PString MicrosoftGSMAudioCapability::GetFormatName | ( | ) | const [virtual] |
Get the name of the media data format this class represents.
Implements H323Capability.
| void MicrosoftGSMAudioCapability::SetTxFramesInPacket | ( | unsigned | ) | [virtual] |
Set the maximum size (in frames) of data that will be transmitted in a single PDU.
This will also be the desired number that will be sent by most codec implemetations.
The default behaviour sets the txFramesInPacket variable.
Reimplemented from H323AudioCapability.
1.5.1