webrtcvideoengine.cc | 610 return video_format_; 613 video_format_ = video_format; 614 if (video_format_ != cricket::VideoFormat()) { 615 interval_ = video_format_.interval; 617 video_adapter_->OnOutputFormatRequest(video_format_); 759 VideoFormat video_format_; member in class:cricket::WebRtcVideoChannelSendInfo [all...] |