3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RtpSenderBase.h"
7#include "mc/external/webrtc/scoped_refptr.h"
11namespace rtc {
class Thread; }
12namespace webrtc {
class LegacyStatsCollectorInterface; }
36 MCNAPI static ::webrtc::scoped_refptr<::webrtc::AudioRtpSender>
Create(
Definition AudioRtpSender.h:17
static MCAPI void ** $vftableForRtpSenderInternal()
static MCAPI void ** $vftable()
MCAPI void * $ctor(::rtc::Thread *, ::std::string const &, ::webrtc::LegacyStatsCollectorInterface *, ::webrtc::RtpSenderBase::SetStreamsObserver *)
static MCAPI ::webrtc::scoped_refptr<::webrtc::AudioRtpSender > Create(::rtc::Thread *, ::std::string const &, ::webrtc::LegacyStatsCollectorInterface *, ::webrtc::RtpSenderBase::SetStreamsObserver *)
MCAPI AudioRtpSender(::rtc::Thread *, ::std::string const &, ::webrtc::LegacyStatsCollectorInterface *, ::webrtc::RtpSenderBase::SetStreamsObserver *)
static MCAPI void ** $vftableForObserverInterface()
Definition LegacyStatsCollectorInterface.h:7
Definition RtpSenderBase.h:22