//***************************************************************************** // Functions for converting from old webrtc:: structures to new webrtc:: // structures. These are permissive with regards to // input validation; it's assumed that any necessary validation already // occurred. // // These are expected to be used to convert from audio/video engine // capabilities to RtpCapabilities. //*****************************************************************************
// Returns empty value if `cricket_feedback` is a feedback type not // supported/recognized.
std::optional<RtcpFeedback> ToRtcpFeedback( const FeedbackParam& cricket_feedback);
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.