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

/external/webrtc/talk/session/media/
H A Dchannel.h442 // VideoChannel is a specialization for video.
443 class VideoChannel : public BaseChannel { class in namespace:cricket
445 VideoChannel(rtc::Thread* thread,
450 ~VideoChannel();
473 sigslot::signal2<VideoChannel*, const std::vector<ConnectionInfo>&>
478 sigslot::signal2<VideoChannel*, const VideoMediaInfo&> SignalMediaMonitor;
H A Dchannel.cc1643 VideoChannel::VideoChannel(rtc::Thread* thread, function in class:cricket::VideoChannel
1656 bool VideoChannel::Init() {
1663 VideoChannel::~VideoChannel() {
1682 bool VideoChannel::SetRenderer(uint32_t ssrc, VideoRenderer* renderer) {
1688 bool VideoChannel::ApplyViewRequest(const ViewRequest& request) {
1689 return InvokeOnWorker(Bind(&VideoChannel::ApplyViewRequest_w, this, request));
1692 bool VideoChannel::AddScreencast(uint32_t ssrc, VideoCapturer* capturer) {
1694 &VideoChannel
[all...]

Completed in 120 milliseconds