Home
last modified time | relevance | path

Searched defs:RtcpFeedback (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/api/
Drtp_parameters.cc40 RtcpFeedback::RtcpFeedback(RtcpFeedbackType type) : type(type) {} in RtcpFeedback() function in webrtc::RtcpFeedback
41 RtcpFeedback::RtcpFeedback(RtcpFeedbackType type, in RtcpFeedback() function in webrtc::RtcpFeedback
Drtp_parameters.h103 struct RTC_EXPORT RtcpFeedback { struct
104 RtcpFeedbackType type = RtcpFeedbackType::CCM; argument
110 absl::optional<RtcpFeedbackMessageType> message_type; argument