3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/VideoSinkInterface.h"
7#include "mc/external/webrtc/MediaSourceInterface.h"
8#include "mc/external/webrtc/scoped_refptr.h"
12namespace cricket {
class MediaReceiveChannelInterface; }
13namespace rtc {
class Thread; }
14namespace webrtc {
class MediaStreamInterface; }
15namespace webrtc {
class VideoFrame; }
Definition VideoSinkInterface.h:8
Definition VideoRtpReceiver.h:20
static MCAPI void ** $vftable()
MCAPI void * $ctor(::rtc::Thread *, ::std::string, ::std::vector<::std::string >)
MCAPI void OnGenerateKeyFrame()
MCAPI void SetEncodedSinkEnabled(bool)
MCAPI void SetMediaChannel_w(::cricket::MediaReceiveChannelInterface *)
MCAPI void SetSink(::rtc::VideoSinkInterface<::webrtc::VideoFrame > *)
MCAPI void RestartMediaChannel(::std::optional< uint >)
MCAPI void RestartMediaChannel_w(::std::optional< uint >, ::webrtc::MediaSourceInterface::SourceState)
MCAPI VideoRtpReceiver(::rtc::Thread *, ::std::string const &, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &)
MCAPI VideoRtpReceiver(::rtc::Thread *, ::std::string, ::std::vector<::std::string >)
MCAPI void OnEncodedSinkEnabled(bool)
MCAPI void * $ctor(::rtc::Thread *, ::std::string const &, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &)
MCAPI void SetupMediaChannel(::std::optional< uint >, ::cricket::MediaReceiveChannelInterface *)
Definition scoped_refptr.h:8