14 #ifndef _SdpDefaultCodecFactory_h_    15 #define _SdpDefaultCodecFactory_h_    72                               UtlString& mimeSubtype,
    89                          const UtlString &fmtp,
   124 #endif  // _SdpDefaultCodecFactory_h_ SdpCodecTypes
Unique identifier used for each supported codec. 
Definition: SdpCodec.h:133
 
static OsStatus getMimeInfoByType(SdpCodec::SdpCodecTypes codecType, UtlString &mimeSubtype, UtlString &fmtp)
Get MIME-subtype and fmtp strings for given codec type. 
Definition: SdpDefaultCodecFactory.cpp:1765
 
Container for SDP/RTP codec specification. 
Definition: SdpCodec.h:123
 
static OsStatus getCodecNameByType(SdpCodec::SdpCodecTypes codecType, UtlString &codecName)
Get specific codec identified by iCodec. 
Definition: SdpDefaultCodecFactory.cpp:1749
 
static int getCodecNames(UtlContainer &codecNames)
Get the string names for all of the codec types known by the codec factory. 
Definition: SdpDefaultCodecFactory.cpp:1818
 
static SdpCodec getCodec(SdpCodec::SdpCodecTypes internalCodecId)
Get a codec given an internal codec id. 
Definition: SdpDefaultCodecFactory.cpp:246
 
Factory class for generating SDPs for known codec types and converting readable codec names to codec ...
Definition: SdpDefaultCodecFactory.h:36
 
static SdpCodec::SdpCodecTypes getCodecType(const char *pCodecName)
Converts the readable text codec name into a codec type. 
Definition: SdpDefaultCodecFactory.cpp:1734