|  | 
|  | SdpMediaLine () | 
|  | 
|  | SdpMediaLine (const SdpMediaLine &rSdpMediaLine) | 
|  | 
| virtual | ~SdpMediaLine () | 
|  | 
| UtlCopyableContainable * | clone () const | 
|  | 
| SdpMediaLine & | operator= (const SdpMediaLine &rhs) | 
|  | 
| void | setMediaType (SdpMediaType mediaType) | 
|  | 
| void | setTransportProtocolType (SdpTransportProtocolType transportProtocolType) | 
|  | 
| void | addCodec (SdpCodec *codec) | 
|  | 
| void | clearCodecs () | 
|  | 
| void | setCodecs (const SdpCodecList &codecs) | 
|  | 
| void | setTitle (const char *title) | 
|  | 
| void | addConnection (Sdp::SdpNetType netType, Sdp::SdpAddressType addressType, const char *address, unsigned int port, unsigned int multicastIpV4Ttl=0) | 
|  | 
| void | addConnection (SdpConnection *connection) | 
|  | 
| void | clearConnections () | 
|  | 
| void | addRtcpConnection (Sdp::SdpNetType netType, Sdp::SdpAddressType addressType, const char *address, unsigned int port, unsigned int multicastIpV4Ttl=0) | 
|  | 
| void | addRtcpConnection (SdpConnection *connection) | 
|  | 
| void | clearRtcpConnections () | 
|  | 
| void | addBandwidth (Sdp::SdpBandwidthType type, unsigned int bandwidth) | 
|  | 
| void | addBandwidth (Sdp::SdpBandwidth *sdpBandwidth) | 
|  | 
| void | clearBandwidths () | 
|  | 
| void | setEncryptionKey (SdpEncryptionMethod method, const char *key) | 
|  | 
| void | setDirection (SdpDirectionType direction) | 
|  | 
| void | setPacketTime (unsigned int packetTime) | 
|  | 
| void | setMaxPacketTime (unsigned int maxPacketTime) | 
|  | 
| void | setOrientation (SdpOrientationType orientation) | 
|  | 
| void | setDescriptionLanguage (const char *descriptionLanguage) | 
|  | 
| void | setLanguage (const char *language) | 
|  | 
| void | setFrameRate (unsigned int frameRate) | 
|  | 
| void | setQuality (unsigned int quality) | 
|  | 
| void | setTcpSetupAttribute (SdpTcpSetupAttribute tcpSetupAttribute) | 
|  | 
| void | setTcpConnectionAttribute (SdpTcpConnectionAttribute tcpConnectionAttribute) | 
|  | 
| void | addCryptoSettings (SdpCrypto *crypto) | 
|  | 
| void | clearCryptoSettings () | 
|  | 
| void | setFingerPrint (SdpFingerPrintHashFuncType fingerPrintHashFunction, const char *fingerPrint) | 
|  | 
| void | setKeyManagementProtocol (SdpKeyManagementProtocolType protocol, const char *data) | 
|  | 
| void | addPreConditionCurrentStatus (SdpPreConditionType type, SdpPreConditionStatusType status, SdpPreConditionDirectionType direction) | 
|  | 
| void | addPreConditionCurrentStatus (SdpPreCondition *preCondition) | 
|  | 
| void | clearPreConditionCurrentStatus () | 
|  | 
| void | addPreConditionConfirmStatus (SdpPreConditionType type, SdpPreConditionStatusType status, SdpPreConditionDirectionType direction) | 
|  | 
| void | addPreConditionConfirmStatus (SdpPreCondition *preCondition) | 
|  | 
| void | clearPreConditionConfirmStatus () | 
|  | 
| void | addPreConditionDesiredStatus (SdpPreConditionType type, SdpPreConditionStrengthType strength, SdpPreConditionStatusType status, SdpPreConditionDirectionType direction) | 
|  | 
| void | addPreConditionDesiredStatus (SdpPreConditionDesiredStatus *preConditionDesiredStatus) | 
|  | 
| void | clearPreConditionDesiredStatus () | 
|  | 
| void | setMaximumPacketRate (double maximumPacketRate) | 
|  | 
| void | setLabel (const char *label) | 
|  | 
| void | setIdentificationTag (const char *identificationTag) | 
|  | 
| void | setIceUserFrag (const char *iceUserFrag) | 
|  | 
| void | setIcePassword (const char *icePassword) | 
|  | 
| void | addRemoteCandidate (unsigned int componentId, const char *connectionAddress, unsigned int port) | 
|  | 
| void | addRemoteCandidate (SdpRemoteCandidate *remoteCandidate) | 
|  | 
| void | clearRemoteCandidates () | 
|  | 
| void | addCandidate (const char *foundation, unsigned int id, SdpCandidate::SdpCandidateTransportType transport, uint64_t priority, const char *connectionAddress, unsigned int port, SdpCandidate::SdpCandidateType candidateType, const char *relatedAddress=0, unsigned int relatedPort=0) | 
|  | 
| void | addCandidate (SdpCandidate *candidate) | 
|  | 
| void | clearCandidates () | 
|  | 
| void | addCandidatePair (const SdpCandidate &localCandidate, const SdpCandidate &remoteCandidate, SdpCandidatePair::SdpCandidatePairOffererType offerer) | 
|  | 
| void | addCandidatePair (SdpCandidatePair *sdpCandidatePair) | 
|  | 
| void | clearCandidatePairs () | 
|  | 
| void | addPotentialMediaView (SdpMediaLine *potentialMediaView) | 
|  | 
| void | clearPotentialMediaViews () | 
|  | 
| void | setPotentialMediaViewString (const char *potentialMediaViewString) | 
|  | 
| SdpMediaType | getMediaType () const | 
|  | 
| SdpTransportProtocolType | getTransportProtocolType () const | 
|  | 
| const SdpCodecList * | getCodecs () const | 
|  | 
| const UtlString & | getTitle () const | 
|  | 
| const UtlCopyableSList & | getConnections () const | 
|  | 
| const UtlCopyableSList & | getRtcpConnections () const | 
|  | 
| const UtlCopyableSList & | getBandwidths () const | 
|  | 
| SdpEncryptionMethod | getEncryptionMethod () const | 
|  | 
| const UtlString & | getEncryptionKey () const | 
|  | 
| SdpDirectionType | getDirection () const | 
|  | 
| unsigned int | getPacketTime () const | 
|  | 
| unsigned int | getMaxPacketTime () const | 
|  | 
| SdpOrientationType | getOrientation () const | 
|  | 
| const UtlString & | getDescriptionLanguage () const | 
|  | 
| const UtlString & | getLanguage () const | 
|  | 
| unsigned int | getFrameRate () const | 
|  | 
| unsigned int | getQuality () const | 
|  | 
| SdpTcpSetupAttribute | getTcpSetupAttribute () const | 
|  | 
| SdpTcpConnectionAttribute | getTcpConnectionAttribute () const | 
|  | 
| const UtlCopyableSList & | getCryptos () const | 
|  | 
| SdpFingerPrintHashFuncType | getFingerPrintHashFunction () const | 
|  | 
| const UtlString & | getFingerPrint () const | 
|  | 
| SdpKeyManagementProtocolType | getKeyManagementProtocol () const | 
|  | 
| const UtlString & | getKeyManagementData () const | 
|  | 
| const UtlCopyableSList & | getPreConditionCurrentStatus () const | 
|  | 
| const UtlCopyableSList & | getPreConditionConfirmStatus () const | 
|  | 
| const UtlCopyableSList & | getPreConditionDesiredStatus () const | 
|  | 
| double | getMaximumPacketRate () const | 
|  | 
| const UtlString & | getLabel () const | 
|  | 
| const UtlString & | getIdentificationTag () const | 
|  | 
| const UtlString & | getIceUserFrag () const | 
|  | 
| const UtlString & | getIcePassword () const | 
|  | 
| const UtlCopyableSList & | getRemoteCandidates () const | 
|  | 
| const UtlCopyableSortedList & | getCandidates () const | 
|  | 
| const UtlCopyableSortedList & | getCandidatePairs () const | 
|  | 
| UtlCopyableSortedList & | getCandidatePairs () | 
|  | 
| const UtlCopyableSList & | getPotentialMediaViews () const | 
|  | 
| const UtlString & | getPotentialMediaViewString () const | 
|  | 
| void | setControlTrackId (const UtlString &trackId) | 
|  | 
| const char * | getControlTrackId () | 
|  | 
| virtual UtlContainableType | getContainableType () const | 
|  | 
| virtual unsigned | hash () const | 
|  | 
| virtual int | compareTo (UtlContainable const *) const | 
|  | 
| void | toString (UtlString &sdpMediaLineString) const | 
|  | 
| const bool | isRtcpEnabled () const | 
|  | 
| const bool | isRtpCandidatePresent () const | 
|  | 
| const bool | isRtcpCandidatePresent () const | 
|  | 
| const bool | isIceSupported () const | 
|  |