3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/VideoSinkInterface.h"
7#include "mc/external/rtc/VideoSourceInterface.h"
11namespace rtc {
struct VideoSinkWants; }
12namespace webrtc {
class VideoFrame; }
70 virtual void AddOrUpdateSink(
Definition VideoSinkInterface.h:8
Definition VideoSourceBase.h:17
MCAPI void $AddOrUpdateSink(::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink, ::rtc::VideoSinkWants const &wants)
static MCAPI void ** $vftable()
MCAPI::rtc::VideoSourceBase::SinkPair * FindSinkPair(::rtc::VideoSinkInterface<::webrtc::VideoFrame > const *sink)
MCAPI void $RemoveSink(::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink)
Definition VideoSourceInterface.h:8
Definition VideoSinkWants.h:7
Definition VideoSourceBase.h:25