Searched defs:ChannelParams (Results 1 – 1 of 1) sorted by relevance
42 struct ChannelParams { struct43 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() function44 explicit ChannelParams(const std::string& name) in ChannelParams() function46 ChannelParams(const std::string& name, in ChannelParams() argument50 explicit ChannelParams(cricket::Candidate* candidate) : in ChannelParams() function55 ~ChannelParams() { in ~ChannelParams()59 std::string name;60 std::string content_type;61 cricket::TransportChannelImpl* channel;62 cricket::Candidate* candidate;