HomeSort by relevance Sort by last modified time
    Searched defs:VideoChannel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 507 // VideoChannel is a specialization for video.
508 class VideoChannel : public BaseChannel {
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>
channel.cc 119 struct VideoChannel::ScreencastDetailsData {
    [all...]

Completed in 76 milliseconds