|
RtpTransceiver & | operator= (RtpTransceiver const &) |
|
| RtpTransceiver (RtpTransceiver const &) |
|
virtual::cricket::MediaType | media_type () const |
|
virtual ::std::optional<::std::string > | mid () const |
|
virtual ::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > | sender () const |
|
virtual ::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > | receiver () const |
|
virtual bool | stopped () const |
|
virtual bool | stopping () const |
|
virtual::webrtc::RtpTransceiverDirection | direction () const |
|
virtual::webrtc::RTCError | SetDirectionWithError (::webrtc::RtpTransceiverDirection new_direction) |
|
virtual ::std::optional<::webrtc::RtpTransceiverDirection > | current_direction () const |
|
virtual ::std::optional<::webrtc::RtpTransceiverDirection > | fired_direction () const |
|
virtual::webrtc::RTCError | StopStandard () |
|
virtual void | StopInternal () |
|
virtual::webrtc::RTCError | SetCodecPreferences (::rtc::ArrayView<::webrtc::RtpCodecCapability > codec_capabilities) |
|
virtual ::std::vector<::webrtc::RtpCodecCapability > | codec_preferences () const |
|
virtual ::std::vector<::webrtc::RtpHeaderExtensionCapability > | GetHeaderExtensionsToNegotiate () const |
|
virtual ::std::vector<::webrtc::RtpHeaderExtensionCapability > | GetNegotiatedHeaderExtensions () const |
|
virtual::webrtc::RTCError | SetHeaderExtensionsToNegotiate (::rtc::ArrayView<::webrtc::RtpHeaderExtensionCapability const > header_extensions) |
|
MCAPI void | AddReceiver (::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > receiver) |
|
MCAPI void | AddSender (::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > sender) |
|
MCAPI void | ClearChannel () |
|
MCAPI::webrtc::RTCError | CreateChannel (::std::string_view mid, ::webrtc::Call *call_ptr, ::cricket::MediaConfig const &media_config, bool srtp_required, ::webrtc::CryptoOptions crypto_options, ::cricket::AudioOptions const &audio_options, ::cricket::VideoOptions const &video_options, ::webrtc::VideoBitrateAllocatorFactory *video_bitrate_allocator_factory, ::std::function<::webrtc::RtpTransportInternal *(::std::string_view)> transport_lookup) |
|
MCAPI void | OnFirstPacketReceived () |
|
MCAPI void | OnNegotiationUpdate (::webrtc::SdpType sdp_type, ::cricket::MediaContentDescription const *content) |
|
MCAPI void | PushNewMediaChannelAndDeleteChannel (::std::unique_ptr<::cricket::ChannelInterface > channel_to_delete) |
|
MCAPI bool | RemoveReceiver (::webrtc::RtpReceiverInterface *receiver) |
|
MCAPI bool | RemoveSender (::webrtc::RtpSenderInterface *sender) |
|
MCAPI | RtpTransceiver (::cricket::MediaType media_type, ::webrtc::ConnectionContext *context) |
|
MCAPI | RtpTransceiver (::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > sender, ::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > receiver, ::webrtc::ConnectionContext *context, ::std::vector<::webrtc::RtpHeaderExtensionCapability > header_extensions_to_negotiate, ::std::function< void()> on_negotiation_needed) |
|
MCAPI void | SetChannel (::std::unique_ptr<::cricket::ChannelInterface > channel, ::std::function<::webrtc::RtpTransportInternal *(::std::string const &)> transport_lookup) |
|
MCAPI void | SetPeerConnectionClosed () |
|
MCAPI void | StopSendingAndReceiving () |
|
MCAPI void | StopTransceiverProcedure () |
|
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverInternal > | receiver_internal () const |
|
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderInternal > | sender_internal () const |
|
MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > > | senders () const |
|
MCAPI void | set_current_direction (::webrtc::RtpTransceiverDirection direction) |
|
MCAPI void | set_fired_direction (::std::optional<::webrtc::RtpTransceiverDirection > direction) |
|
MCAPI void | set_mid (::std::optional<::std::string > const &mid) |
|
MCAPI void * | $ctor (::cricket::MediaType media_type, ::webrtc::ConnectionContext *context) |
|
MCAPI void * | $ctor (::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > sender, ::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > receiver, ::webrtc::ConnectionContext *context, ::std::vector<::webrtc::RtpHeaderExtensionCapability > header_extensions_to_negotiate, ::std::function< void()> on_negotiation_needed) |
|
MCAPI void | $dtor () |
|
MCAPI::cricket::MediaType | $media_type () const |
|
MCAPI ::std::optional<::std::string > | $mid () const |
|
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > | $sender () const |
|
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > | $receiver () const |
|
MCAPI bool | $stopped () const |
|
MCAPI bool | $stopping () const |
|
MCAPI::webrtc::RtpTransceiverDirection | $direction () const |
|
MCAPI::webrtc::RTCError | $SetDirectionWithError (::webrtc::RtpTransceiverDirection new_direction) |
|
MCAPI ::std::optional<::webrtc::RtpTransceiverDirection > | $current_direction () const |
|
MCAPI ::std::optional<::webrtc::RtpTransceiverDirection > | $fired_direction () const |
|
MCAPI::webrtc::RTCError | $StopStandard () |
|
MCAPI void | $StopInternal () |
|
MCAPI::webrtc::RTCError | $SetCodecPreferences (::rtc::ArrayView<::webrtc::RtpCodecCapability > codec_capabilities) |
|
MCAPI ::std::vector<::webrtc::RtpCodecCapability > | $codec_preferences () const |
|
MCAPI ::std::vector<::webrtc::RtpHeaderExtensionCapability > | $GetHeaderExtensionsToNegotiate () const |
|
MCAPI ::std::vector<::webrtc::RtpHeaderExtensionCapability > | $GetNegotiatedHeaderExtensions () const |
|
MCAPI::webrtc::RTCError | $SetHeaderExtensionsToNegotiate (::rtc::ArrayView<::webrtc::RtpHeaderExtensionCapability const > header_extensions) |
|
virtual void | SetDirection (::webrtc::RtpTransceiverDirection new_direction) |
|
virtual void | Stop () |
|
MCAPI void | $SetDirection (::webrtc::RtpTransceiverDirection new_direction) |
|
MCAPI void | $Stop () |
|
virtual void | AddRef () const =0 |
|
virtual::webrtc::RefCountReleaseStatus | Release () const =0 |
|
|
::ll::UntypedStorage< 8, 8 > | mUnkb3b0d4 |
|
::ll::UntypedStorage< 1, 1 > | mUnk4e5aea |
|
::ll::UntypedStorage< 4, 4 > | mUnk4a1147 |
|
::ll::UntypedStorage< 8, 8 > | mUnkc61ef0 |
|
::ll::UntypedStorage< 8, 24 > | mUnka2faf0 |
|
::ll::UntypedStorage< 8, 24 > | mUnk1139b7 |
|
::ll::UntypedStorage< 1, 1 > | mUnkbefaf8 |
|
::ll::UntypedStorage< 1, 1 > | mUnk1d970c |
|
::ll::UntypedStorage< 1, 1 > | mUnk4c7d32 |
|
::ll::UntypedStorage< 4, 4 > | mUnk6ff740 |
|
::ll::UntypedStorage< 4, 8 > | mUnk64689d |
|
::ll::UntypedStorage< 4, 8 > | mUnk1d60d3 |
|
::ll::UntypedStorage< 8, 40 > | mUnk18ca3c |
|
::ll::UntypedStorage< 8, 16 > | mUnk713c90 |
|
::ll::UntypedStorage< 1, 1 > | mUnk536c35 |
|
::ll::UntypedStorage< 1, 1 > | mUnk225bd1 |
|
::ll::UntypedStorage< 1, 1 > | mUnk3bde7d |
|
::ll::UntypedStorage< 8, 8 > | mUnk40057c |
|
::ll::UntypedStorage< 8, 8 > | mUnk986261 |
|
::ll::UntypedStorage< 8, 24 > | mUnk892afe |
|
::ll::UntypedStorage< 8, 24 > | mUnka13df3 |
|
::ll::UntypedStorage< 8, 24 > | mUnk80fe36 |
|
::ll::UntypedStorage< 8, 64 > | mUnk2916ea |
|