S60 3rd Edition API Reference: SdpCodecStringPool Class Reference
SdpCodecStringPool Class Reference API published in: S60 2nd Ed
Link against: sdpcodec.lib
Capability Information Required Capabilities None
Exceptions
#include <sdpcodecstringpool.h >
Detailed Description
PublishedAll
This class defines string pool for SDP Codec. The client of SDP Codec must call OpenL() before invoking any function of SDP Codec classes. The client must close the string pool when finnished using SDP Codec classes.
Note: the client must not close the string pool while using SDP Codec classes.
Static Public Member Functions static IMPORT_C void OpenL () Opens SDP Codec string pool. static IMPORT_C void Close () Closes SDP Codec string pool. static IMPORT_C RStringPool StringPoolL () Gets the string pool used by SDP Codec. static IMPORT_C const TStringTable & StringTableL () Gets the string table used by SDP Codec.
Member Function Documentation
static IMPORT_C void SdpCodecStringPool::Close ( ) [static]
Closes SDP Codec string pool.
static IMPORT_C void SdpCodecStringPool::OpenL ( ) [static]
Opens SDP Codec string pool.
Leave: KErrAlreadyExists if pool already exists in TLS.
static IMPORT_C RStringPool SdpCodecStringPool::StringPoolL ( ) [static]
Gets the string pool used by SDP Codec.
Returns: RStringPool: A handle to a string pool
Leave: KErrSdpCodecStringPool if the pool is not opened.
static IMPORT_C const TStringTable& SdpCodecStringPool::StringTableL ( ) [static]
Gets the string table used by SDP Codec.
Returns: TStringTable&: The string pool table
Leave: KErrSdpCodecStringPool if the pool is not opened.
The documentation for this class was generated from the following file: