Searched refs:SetSendCodecs (Results 1 – 5 of 5) sorted by relevance
216 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) { in SetSendCodecs() function in cricket::FileVoiceChannel239 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) { in SetSendCodecs() function in cricket::FileVideoChannel
134 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);169 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
213 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;438 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs) = 0;
264 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs) { in SetSendCodecs() function
813 ret = media_channel()->SetSendCodecs(audio->codecs()); in SetRemoteContent_w()1091 ret = media_channel()->SetSendCodecs(video->codecs()); in SetRemoteContent_w()