|
virtual bool | SetSenderParameters (::cricket::AudioSenderParameter const &)=0 |
|
virtual void | SetSend (bool)=0 |
|
virtual bool | SetAudioSend (uint, bool, ::cricket::AudioOptions const *, ::cricket::AudioSource *)=0 |
|
virtual bool | CanInsertDtmf ()=0 |
|
virtual bool | InsertDtmf (uint, int, int)=0 |
|
virtual bool | GetStats (::cricket::VoiceMediaSendInfo *)=0 |
|
virtual bool | SenderNackEnabled () const =0 |
|
virtual bool | SenderNonSenderRttEnabled () const =0 |
|
virtual::cricket::VideoMediaSendChannelInterface * | AsVideoSendChannel ()=0 |
|
virtual::cricket::VoiceMediaSendChannelInterface * | AsVoiceSendChannel ()=0 |
|
virtual::cricket::MediaType | media_type () const =0 |
|
virtual ::std::optional<::cricket::Codec > | GetSendCodec () const =0 |
|
virtual bool | AddSendStream (::cricket::StreamParams const &)=0 |
|
virtual bool | RemoveSendStream (uint)=0 |
|
virtual void | OnPacketSent (::rtc::SentPacket const &)=0 |
|
virtual void | OnReadyToSend (bool)=0 |
|
virtual void | OnNetworkRouteChanged (::std::string_view, ::rtc::NetworkRoute const &)=0 |
|
virtual void | SetInterface (::cricket::MediaChannelNetworkInterface *)=0 |
|
virtual bool | HasNetworkInterface () const =0 |
|
virtual void | SetExtmapAllowMixed (bool)=0 |
|
virtual bool | ExtmapAllowMixed () const =0 |
|
virtual void | SetFrameEncryptor (uint, ::webrtc::scoped_refptr<::webrtc::FrameEncryptorInterface >)=0 |
|
virtual::webrtc::RTCError | SetRtpSendParameters (uint, ::webrtc::RtpParameters const &, ::absl::AnyInvocable< void(::webrtc::RTCError) && >)=0 |
|
virtual void | SetEncoderToPacketizerFrameTransformer (uint, ::webrtc::scoped_refptr<::webrtc::FrameTransformerInterface >)=0 |
|
virtual void | SetEncoderSelector (uint, ::webrtc::VideoEncoderFactory::EncoderSelectorInterface *) |
|
virtual::webrtc::RtpParameters | GetRtpSendParameters (uint) const =0 |
|
virtual bool | SendCodecHasNack () const =0 |
|
virtual void | SetSsrcListChangedCallback (::absl::AnyInvocable< void(::std::set< uint > const &)>)=0 |
|
virtual void | SetSendCodecChangedCallback (::absl::AnyInvocable< void()>)=0 |
|