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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 937 VideoChannel::VideoChannel(talk_base::Thread* thread,
956 this, &VideoChannel::OnVideoChannelError);
966 VideoChannel::~VideoChannel() {
972 bool VideoChannel::AddStream(uint32 ssrc, uint32 voice_ssrc) {
978 bool VideoChannel::SetRenderer(uint32 ssrc, VideoRenderer* renderer) {
986 bool VideoChannel::SendIntraFrame() {
990 bool VideoChannel::RequestIntraFrame() {
995 void VideoChannel::ChangeState()
    [all...]
channel.h 364 // VideoChannel is a specialization for video.
365 class VideoChannel : public BaseChannel {
367 VideoChannel(talk_base::Thread *thread, MediaEngine *media_engine,
371 ~VideoChannel();
384 sigslot::signal2<VideoChannel*, const std::vector<ConnectionInfo> &>
389 sigslot::signal2<VideoChannel*, const VideoMediaInfo&> SignalMediaMonitor;
394 sigslot::signal3<VideoChannel*, uint32, VideoMediaChannel::Error>

Completed in 1435 milliseconds