3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/VideoSinkInterface.h"
7#include "mc/external/rtc/VideoSourceBase.h"
8#include "mc/external/webrtc/scoped_refptr.h"
12namespace rtc {
struct VideoSinkWants; }
13namespace webrtc {
class VideoFrame; }
14namespace webrtc {
class VideoFrameBuffer; }
42 virtual void AddOrUpdateSink(
54 virtual void OnDiscardedFrame() ;
60 MCNAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer>
const&
GetBlackFrameBuffer(
int width,
int height);
Definition VideoBroadcaster.h:19
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > const & GetBlackFrameBuffer(int width, int height)
MCAPI void $RemoveSink(::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink)
static MCAPI void ** $vftableForVideoSourceBase()
MCAPI void $OnDiscardedFrame()
MCAPI void $AddOrUpdateSink(::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink, ::rtc::VideoSinkWants const &wants)
MCAPI void $OnFrame(::webrtc::VideoFrame const &frame)
static MCAPI void ** $vftableForVideoSinkInterface()
Definition VideoSinkInterface.h:8
Definition VideoSourceBase.h:17
Definition VideoFrame.h:19
Definition VideoSinkWants.h:7