// Returns a copy of the given session description. // Deprecated in favor of SessionDescriptionInterface::Clone()
ABSL_DEPRECATE_AND_INLINE()
inline std::unique_ptr<SessionDescriptionInterface> CloneSessionDescription( const SessionDescriptionInterface* sdesc) { return sdesc->Clone();
}
// Returns a copy of the given session description with the type changed.
RTC_EXPORT std::unique_ptr<SessionDescriptionInterface>
CloneSessionDescriptionAsType(const SessionDescriptionInterface* sdesc,
SdpType type);
// Function that takes a single session description content with its // corresponding transport and produces a boolean. typedef std::function<bool(const webrtc::ContentInfo*, const webrtc::TransportInfo*)>
SdpContentPredicate;
// Returns true if the predicate returns true for all contents in the given // session description. bool SdpContentsAll(SdpContentPredicate pred, const SessionDescription* desc);
// Returns true if the predicate returns true for none of the contents in the // given session description. bool SdpContentsNone(SdpContentPredicate pred, const SessionDescription* desc);
// Function that takes a single session description content with its // corresponding transport and can mutate the content and/or the transport. typedef std::function<void(webrtc::ContentInfo*, webrtc::TransportInfo*)>
SdpContentMutator;
// Applies the mutator function over all contents in the given session // description. void SdpContentsForEach(SdpContentMutator fn, SessionDescription* desc);
} // namespace webrtc
#endif// PC_SDP_UTILS_H_
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.20 Sekunden
(vorverarbeitet am 2026-08-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.