Searched defs:RtpExtension (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/
H A Dconfig.h54 struct RtpExtension { struct in namespace:webrtc
55 RtpExtension(const std::string& name, int id) : name(name), id(id) {} function in struct:webrtc::RtpExtension
57 bool operator==(const RtpExtension& rhs) const {

Completed in 74 milliseconds