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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h507 // VideoChannel is a specialization for video.
508 class VideoChannel : public BaseChannel { class in namespace:cricket
510 VideoChannel(rtc::Thread* thread, MediaEngineInterface* media_engine,
514 ~VideoChannel();
534 sigslot::signal2<VideoChannel*, const std::vector<ConnectionInfo>&>
539 sigslot::signal2<VideoChannel*, const VideoMediaInfo&> SignalMediaMonitor;
544 sigslot::signal3<VideoChannel*, uint32, VideoMediaChannel::Error>
H A Dchannel.cc119 struct VideoChannel::ScreencastDetailsData {
1651 VideoChannel::VideoChannel(rtc::Thread* thread, function in class:cricket::VideoChannel
1665 bool VideoChannel::Init() {
1674 this, &VideoChannel::OnVideoChannelError);
1676 this, &VideoChannel::OnSrtpError);
1687 VideoChannel::~VideoChannel() {
1706 bool VideoChannel::SetRenderer(uint32 ssrc, VideoRenderer* renderer) {
1712 bool VideoChannel
[all...]

Completed in 1252 milliseconds