Searched defs:ChannelParams (Results 1 – 1 of 1) sorted by relevance
61 struct ChannelParams : public rtc::MessageData { struct62 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() function63 explicit ChannelParams(int component) in ChannelParams() function65 explicit ChannelParams(Candidate* candidate) in ChannelParams() function69 ~ChannelParams() { in ~ChannelParams()73 std::string name;74 int component;75 TransportChannelImpl* channel;76 Candidate* candidate;