28 VideoRtpSender& operator=(VideoRtpSender
const&);
29 VideoRtpSender(VideoRtpSender
const&);
35 virtual ~VideoRtpSender() =
default;
37 virtual void OnChanged() ;
39 virtual ::cricket::MediaType media_type()
const ;
41 virtual ::std::string track_kind()
const ;
43 virtual ::webrtc::scoped_refptr<::webrtc::DtmfSenderInterface> GetDtmfSender()
const ;
45 virtual ::webrtc::RTCError GenerateKeyFrame(::std::vector<::std::string>
const& rids) ;
47 virtual void SetSend() ;
49 virtual void ClearSend() ;
51 virtual void AttachTrack() ;
57 MCNAPI static ::webrtc::scoped_refptr<::webrtc::VideoRtpSender>
Create(
59 ::std::string
const&
id,
73 MCNAPI ::webrtc::scoped_refptr<::webrtc::DtmfSenderInterface>
$GetDtmfSender()
const;