Home | History | Annotate | Download | only in media

Lines Matching defs:VideoChannel

90 class NullScreenCapturerFactory : public VideoChannel::ScreenCapturerFactory {
98 VideoChannel::ScreenCapturerFactory* CreateScreenCapturerFactory() {
347 VideoChannel::ScreenCapturerFactory* f)
350 VideoChannel::ScreenCapturerFactory* screencapture_factory;
1871 VideoChannel::VideoChannel(talk_base::Thread* thread,
1886 bool VideoChannel::Init() {
1895 this, &VideoChannel::OnVideoChannelError);
1897 this, &VideoChannel::OnSrtpError);
1908 VideoChannel::~VideoChannel() {
1925 bool VideoChannel::SetRenderer(uint32 ssrc, VideoRenderer* renderer) {
1931 bool VideoChannel::ApplyViewRequest(const ViewRequest& request) {
1937 VideoCapturer* VideoChannel::AddScreencast(
1944 bool VideoChannel::SetCapturer(uint32 ssrc, VideoCapturer* capturer) {
1950 bool VideoChannel::RemoveScreencast(uint32 ssrc) {
1956 bool VideoChannel::IsScreencasting() {
1962 int VideoChannel::ScreencastFps(uint32 ssrc) {
1968 bool VideoChannel::SendIntraFrame() {
1973 bool VideoChannel::RequestIntraFrame() {
1978 void VideoChannel::SetScreenCaptureFactory(
1984 void VideoChannel::ChangeState() {
2004 bool VideoChannel::GetStats(VideoMediaInfo* stats) {
2010 void VideoChannel::StartMediaMonitor(int cms) {
2014 this, &VideoChannel::OnMediaMonitorUpdate);
2018 void VideoChannel::StopMediaMonitor() {
2025 const ContentInfo* VideoChannel::GetFirstContent(
2030 bool VideoChannel::SetLocalContent_w(const MediaContentDescription* content,
2066 bool VideoChannel::SetRemoteContent_w(const MediaContentDescription* content,
2106 bool VideoChannel::ApplyViewRequest_w(const ViewRequest& request) {
2143 void VideoChannel::SetRenderer_w(uint32 ssrc, VideoRenderer* renderer) {
2147 VideoCapturer* VideoChannel::AddScreencast_w(
2158 &VideoChannel::OnStateChange);
2163 bool VideoChannel::SetCapturer_w(uint32 ssrc, VideoCapturer* capturer) {
2167 bool VideoChannel::RemoveScreencast_w(uint32 ssrc) {
2178 bool VideoChannel::IsScreencasting_w() const {
2182 int VideoChannel::ScreencastFps_w(uint32 ssrc) const {
2192 void VideoChannel::SetScreenCaptureFactory_w(
2201 bool VideoChannel::GetStats_w(VideoMediaInfo* stats) {
2205 void VideoChannel::OnScreencastWindowEvent_s(uint32 ssrc,
2211 bool VideoChannel::SetChannelOptions(const VideoOptions &options) {
2217 bool VideoChannel::SetChannelOptions_w(const VideoOptions &options) {
2221 void VideoChannel::OnMessage(talk_base::Message *pmsg) {
2311 void VideoChannel::OnConnectionMonitorUpdate(
2318 void VideoChannel::OnMediaMonitorUpdate(
2324 void VideoChannel::OnScreencastWindowEvent(uint32 ssrc,
2331 void VideoChannel::OnStateChange(VideoCapturer* capturer, CaptureState ev) {
2355 bool VideoChannel::GetLocalSsrc(const VideoCapturer* capturer, uint32* ssrc) {
2367 void VideoChannel::OnVideoChannelError(uint32 ssrc,
2374 void VideoChannel::OnSrtpError(uint32 ssrc, SrtpFilter::Mode mode,
2400 void VideoChannel::GetSrtpCiphers(std::vector<std::string>* ciphers) const {