Location:
SdpCodecStringPool.h
Link against: sdpcodec.lib
class SdpCodecStringPool;
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.
sdpcodec.lib
Defined in SdpCodecStringPool
:
Close()
, OpenL()
, StringPoolL()
, StringTableL()
static IMPORT_C void OpenL();
Opens 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.
|
|