Home | History | Annotate | Download | only in media

Lines Matching refs:media_channel

178   virtual MediaChannel* media_channel() const { return media_channel_; }
359 virtual VoiceMediaChannel* media_channel() const {
360 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel());
425 VoiceMediaChannel* media_channel, const VoiceMediaInfo& info);
434 // Last AudioSendParameters sent down to the media_channel() via
437 // Last AudioRecvParameters sent down to the media_channel() via
454 virtual VideoMediaChannel* media_channel() const {
455 return static_cast<VideoMediaChannel*>(BaseChannel::media_channel());
511 VideoMediaChannel* media_channel, const VideoMediaInfo& info);
522 // Last VideoSendParameters sent down to the media_channel() via
525 // Last VideoRecvParameters sent down to the media_channel() via
534 DataMediaChannel* media_channel,
567 virtual DataMediaChannel* media_channel() const {
568 return static_cast<DataMediaChannel*>(BaseChannel::media_channel());
628 DataMediaChannel* media_channel, const DataMediaInfo& info);
642 // Last DataSendParameters sent down to the media_channel() via
645 // Last DataRecvParameters sent down to the media_channel() via