This is the complete list of members for SdpCodecList, including all inherited members.
| addCodec(const SdpCodec &newCodec) | SdpCodecList | |
| addCodecNoLock(const SdpCodec &newCodec) | SdpCodecList | private |
| addCodecs(int numCodecs, SdpCodec *newCodecs[]) | SdpCodecList | |
| addCodecs(const UtlString &codecList) | SdpCodecList | |
| addCodecs(UtlSList &codecNameList) | SdpCodecList | |
| addCodecs(int numTokens, const char *codecTokens[], int payloadIds[]) | SdpCodecList | |
| addCodecs(int codecCount, SdpCodec::SdpCodecTypes codecTypes[]) | SdpCodecList | |
| bindPayloadTypes() | SdpCodecList | |
| clearCodecs(void) | SdpCodecList | |
| containsCodec(const SdpCodec &codec, UtlBoolean exeact=FALSE) const | SdpCodecList | |
| copyPayloadType(const SdpCodec &codec) | SdpCodecList | |
| copyPayloadTypes(int numCodecs, const SdpCodec *codecArray[]) | SdpCodecList | |
| copyPayloadTypes(const SdpCodecList &codecList) | SdpCodecList | |
| freeArray(int arraySize, SdpCodec **&codecArray) | SdpCodecList | static |
| getCodec(SdpCodec::SdpCodecTypes internalCodecId) const | SdpCodecList | |
| getCodec(const char *MIMEType, const char *MIMESubType, int sampleRate, int numChannels, const UtlString &fmtp) const | SdpCodecList | |
| getCodecByType(int payloadTypeId, UtlBoolean shouldLock=TRUE) const | SdpCodecList | |
| getCodecCount() const | SdpCodecList | |
| getCodecCount(const char *MIMEType) const | SdpCodecList | |
| getCodecCPULimit() const | SdpCodecList | |
| getCodecs(int &numCodecs, SdpCodec **&codecArray) const | SdpCodecList | |
| getCodecs(int &numCodecs, SdpCodec **&codecArray, const char *MIMEType) const | SdpCodecList | |
| getCodecs(int &numCodecs, SdpCodec **&codecArray, const char *MIMEType, const char *subMimeType) const | SdpCodecList | |
| limitCodecs(const SdpCodecList &includeOnlyCodecList) | SdpCodecList | |
| mCodecCPULimit | SdpCodecList | private |
| mCodecs | SdpCodecList | private |
| mReadWriteMutex | SdpCodecList | private |
| operator=(const SdpCodecList &rhs) | SdpCodecList | |
| SdpCodecList(int numCodecs=0, SdpCodec *codecArray[]=NULL) | SdpCodecList | |
| SdpCodecList(const SdpCodecList &rSdpCodecFactory) | SdpCodecList | |
| setCodecCPULimit(int iLimit) | SdpCodecList | |
| toString(UtlString &serializedFactory) const | SdpCodecList | |
| unbindPayloadType(int payloadId) | SdpCodecList | |
| ~SdpCodecList() | SdpCodecList | virtual |