|
|
SdpOfferAnswerHandler & | operator= (SdpOfferAnswerHandler const &) |
|
| SdpOfferAnswerHandler (SdpOfferAnswerHandler const &) |
| virtual::webrtc::PeerConnectionInterface::SignalingState | signaling_state () const |
| virtual::webrtc::SessionDescriptionInterface const * | local_description () const |
| virtual::webrtc::SessionDescriptionInterface const * | remote_description () const |
| virtual::webrtc::SessionDescriptionInterface const * | current_local_description () const |
| virtual::webrtc::SessionDescriptionInterface const * | current_remote_description () const |
| virtual::webrtc::SessionDescriptionInterface const * | pending_local_description () const |
| virtual::webrtc::SessionDescriptionInterface const * | pending_remote_description () const |
| virtual bool | NeedsIceRestart (::std::string const &content_name) const |
| virtual bool | IceRestartPending (::std::string const &content_name) const |
| virtual ::std::optional<::rtc::SSLRole > | GetDtlsRole (::std::string const &mid) const |
| MCAPI bool | AddIceCandidate (::webrtc::IceCandidateInterface const *ice_candidate) |
| MCAPI void | AddIceCandidate (::std::unique_ptr<::webrtc::IceCandidateInterface > candidate, ::std::function< void(::webrtc::RTCError)> callback) |
| MCAPI::webrtc::AddIceCandidateResult | AddIceCandidateInternal (::webrtc::IceCandidateInterface const *ice_candidate) |
| MCAPI void | AddLocalIceCandidate (::webrtc::JsepIceCandidate const *candidate) |
| MCAPI bool | AddStream (::webrtc::MediaStreamInterface *local_stream) |
| MCAPI void | AddUpToOneReceivingTransceiverOfType (::cricket::MediaType media_type) |
| MCAPI void | AllocateSctpSids () |
| MCAPI::webrtc::RTCError | ApplyLocalDescription (::std::unique_ptr<::webrtc::SessionDescriptionInterface > desc, ::std::map<::std::string, ::cricket::ContentGroup const * > const &bundle_groups_by_mid) |
| MCAPI void | ApplyRemoteDescription (::std::unique_ptr<::webrtc::SdpOfferAnswerHandler::RemoteDescriptionOperation > operation) |
| MCAPI void | ApplyRemoteDescriptionUpdateTransceiverState (::webrtc::SdpType sdp_type) |
| MCAPI ::webrtc::RTCErrorOr< ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > > | AssociateTransceiver (::cricket::ContentSource source, ::webrtc::SdpType type, uint64 mline_index, ::cricket::ContentInfo const &content, ::cricket::ContentInfo const *old_local_content, ::cricket::ContentInfo const *old_remote_content) |
| MCAPI void | ChangeSignalingState (::webrtc::PeerConnectionInterface::SignalingState signaling_state) |
| MCAPI bool | CheckIfNegotiationIsNeeded () |
| MCAPI void | Close () |
| MCAPI void | CreateAnswer (::webrtc::CreateSessionDescriptionObserver *observer, ::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &options) |
| MCAPI::webrtc::RTCError | CreateChannels (::cricket::SessionDescription const &desc) |
| MCAPI void | CreateOffer (::webrtc::CreateSessionDescriptionObserver *observer, ::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &options) |
| MCAPI void | DestroyMediaChannels () |
| MCAPI void | DoCreateAnswer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &options, ::webrtc::scoped_refptr<::webrtc::CreateSessionDescriptionObserver > observer) |
| MCAPI void | DoCreateOffer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &options, ::webrtc::scoped_refptr<::webrtc::CreateSessionDescriptionObserver > observer) |
| MCAPI void | DoSetLocalDescription (::std::unique_ptr<::webrtc::SessionDescriptionInterface > desc, ::webrtc::scoped_refptr<::webrtc::SetLocalDescriptionObserverInterface > observer) |
| MCAPI void | DoSetRemoteDescription (::std::unique_ptr<::webrtc::SdpOfferAnswerHandler::RemoteDescriptionOperation > operation) |
| MCAPI void | EnableSending () |
| MCAPI void | FillInMissingRemoteMids (::cricket::SessionDescription *new_remote_description) |
| MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > | FindAvailableTransceiverToReceive (::cricket::MediaType media_type) const |
| MCAPI ::webrtc::RTCErrorOr<::cricket::ContentInfo const * > | FindContentInfo (::webrtc::SessionDescriptionInterface const *description, ::webrtc::IceCandidateInterface const *candidate) |
| MCAPI::cricket::ContentInfo const * | FindMediaSectionForTransceiver (::webrtc::RtpTransceiver const *transceiver, ::webrtc::SessionDescriptionInterface const *sdesc) const |
| MCAPI void | GenerateMediaDescriptionOptions (::webrtc::SessionDescriptionInterface const *session_desc, ::webrtc::RtpTransceiverDirection audio_direction, ::webrtc::RtpTransceiverDirection video_direction, ::std::optional< uint64 > *audio_index, ::std::optional< uint64 > *video_index, ::std::optional< uint64 > *data_index, ::cricket::MediaSessionOptions *session_options) |
| MCAPI void | GenerateNegotiationNeededEvent () |
| MCAPI void | GetOptionsForAnswer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &offer_answer_options, ::cricket::MediaSessionOptions *session_options) |
| MCAPI void | GetOptionsForOffer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &offer_answer_options, ::cricket::MediaSessionOptions *session_options) |
| MCAPI void | GetOptionsForPlanBAnswer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &offer_answer_options, ::cricket::MediaSessionOptions *session_options) |
| MCAPI void | GetOptionsForPlanBOffer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &offer_answer_options, ::cricket::MediaSessionOptions *session_options) |
| MCAPI void | GetOptionsForUnifiedPlanAnswer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &offer_answer_options, ::cricket::MediaSessionOptions *session_options) |
| MCAPI void | GetOptionsForUnifiedPlanOffer (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &offer_answer_options, ::cricket::MediaSessionOptions *session_options) |
| MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > > | GetReceivingTransceiversOfType (::cricket::MediaType media_type) |
| MCAPI::std::string | GetSessionErrorMsg () |
| MCAPI ::std::optional<::rtc::SSLRole > | GuessSslRole () const |
| MCAPI::webrtc::RTCError | HandleLegacyOfferOptions (::webrtc::PeerConnectionInterface::RTCOfferAnswerOptions const &options) |
| MCAPI void | Initialize (::webrtc::PeerConnectionInterface::RTCConfiguration const &configuration, ::webrtc::PeerConnectionDependencies &dependencies, ::webrtc::ConnectionContext *context) |
| MCAPI void | PlanBUpdateSendersAndReceivers (::cricket::ContentInfo const *audio_content, ::cricket::AudioContentDescription const *audio_desc, ::cricket::ContentInfo const *video_content, ::cricket::VideoContentDescription const *video_desc) |
| MCAPI void | PrepareForShutdown () |
| MCAPI void | ProcessRemovalOfRemoteTrack (::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > transceiver, ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface > > *remove_list, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > *removed_streams) |
| MCAPI::webrtc::RTCError | PushdownMediaDescription (::webrtc::SdpType type, ::cricket::ContentSource source, ::std::map<::std::string, ::cricket::ContentGroup const * > const &bundle_groups_by_mid) |
| MCAPI::webrtc::RTCError | PushdownTransportDescription (::cricket::ContentSource source, ::webrtc::SdpType type) |
| MCAPI bool | ReadyToUseRemoteCandidate (::webrtc::IceCandidateInterface const *candidate, ::webrtc::SessionDescriptionInterface const *remote_desc, bool *valid) |
| MCAPI bool | RemoveIceCandidates (::std::vector<::cricket::Candidate > const &candidates) |
| MCAPI void | RemoveLocalIceCandidates (::std::vector<::cricket::Candidate > const &candidates) |
| MCAPI void | RemoveRecvDirectionFromReceivingTransceiversOfType (::cricket::MediaType media_type) |
| MCAPI void | RemoveRemoteStreamsIfEmpty (::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &remote_streams, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > *removed_streams) |
| MCAPI void | RemoveSenders (::cricket::MediaType media_type) |
| MCAPI void | RemoveStoppedTransceivers () |
| MCAPI void | RemoveStream (::webrtc::MediaStreamInterface *local_stream) |
| MCAPI void | RemoveUnusedChannels (::cricket::SessionDescription const *desc) |
| MCAPI::webrtc::RTCError | ReplaceRemoteDescription (::std::unique_ptr<::webrtc::SessionDescriptionInterface > desc, ::webrtc::SdpType sdp_type, ::std::unique_ptr<::webrtc::SessionDescriptionInterface > *replaced_description) |
| MCAPI void | RestartIce () |
| MCAPI::webrtc::RTCError | Rollback (::webrtc::SdpType desc_type) |
| MCAPI | SdpOfferAnswerHandler (::webrtc::PeerConnectionSdpMethods *pc, ::webrtc::ConnectionContext *context) |
| MCAPI void | SetAssociatedRemoteStreams (::webrtc::scoped_refptr<::webrtc::RtpReceiverInternal > receiver, ::std::vector<::std::string > const &stream_ids, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > *added_streams, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > *removed_streams) |
| MCAPI void | SetLocalDescription (::webrtc::SetSessionDescriptionObserver *observer) |
| MCAPI void | SetLocalDescription (::webrtc::scoped_refptr<::webrtc::SetLocalDescriptionObserverInterface > observer) |
| MCAPI void | SetLocalDescription (::std::unique_ptr<::webrtc::SessionDescriptionInterface > desc, ::webrtc::scoped_refptr<::webrtc::SetLocalDescriptionObserverInterface > observer) |
| MCAPI void | SetLocalDescription (::webrtc::SetSessionDescriptionObserver *observer, ::webrtc::SessionDescriptionInterface *desc_ptr) |
| MCAPI void | SetRemoteDescription (::std::unique_ptr<::webrtc::SessionDescriptionInterface > desc, ::webrtc::scoped_refptr<::webrtc::SetRemoteDescriptionObserverInterface > observer) |
| MCAPI void | SetRemoteDescription (::webrtc::SetSessionDescriptionObserver *observer, ::webrtc::SessionDescriptionInterface *desc_ptr) |
| MCAPI bool | ShouldFireNegotiationNeededEvent (uint event_id) |
| MCAPI::webrtc::RTCError | UpdateDataChannelTransport (::cricket::ContentSource source, ::cricket::ContentInfo const &content, ::cricket::ContentGroup const *bundle_group) |
| MCAPI void | UpdateEndedRemoteMediaStreams () |
| MCAPI void | UpdateLocalSenders (::std::vector<::cricket::StreamParams > const &streams, ::cricket::MediaType media_type) |
| MCAPI void | UpdateNegotiationNeeded () |
| MCAPI bool | UpdatePayloadTypeDemuxingState (::cricket::ContentSource source, ::std::map<::std::string, ::cricket::ContentGroup const * > const &bundle_groups_by_mid) |
| MCAPI void | UpdateRemoteSendersList (::std::vector<::cricket::StreamParams > const &streams, bool default_sender_needed, ::cricket::MediaType media_type, ::webrtc::StreamCollection *new_streams) |
| MCAPI::webrtc::RTCError | UpdateSessionState (::webrtc::SdpType type, ::cricket::ContentSource source, ::cricket::SessionDescription const *description, ::std::map<::std::string, ::cricket::ContentGroup const * > const &bundle_groups_by_mid) |
| MCAPI::webrtc::RTCError | UpdateTransceiverChannel (::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > transceiver, ::cricket::ContentInfo const &content, ::cricket::ContentGroup const *bundle_group) |
| MCAPI::webrtc::RTCError | UpdateTransceiversAndDataChannels (::cricket::ContentSource source, ::webrtc::SessionDescriptionInterface const &new_session, ::webrtc::SessionDescriptionInterface const *old_local_description, ::webrtc::SessionDescriptionInterface const *old_remote_description, ::std::map<::std::string, ::cricket::ContentGroup const * > const &bundle_groups_by_mid) |
| MCAPI bool | UseCandidate (::webrtc::IceCandidateInterface const *candidate) |
| MCAPI bool | UseCandidatesInRemoteDescription () |
| MCAPI::webrtc::RTCError | ValidateSessionDescription (::webrtc::SessionDescriptionInterface const *sdesc, ::cricket::ContentSource source, ::std::map<::std::string, ::cricket::ContentGroup const * > const &bundle_groups_by_mid) |
| MCAPI ::webrtc::scoped_refptr<::webrtc::StreamCollectionInterface > | local_streams () |
| MCAPI ::webrtc::scoped_refptr<::webrtc::StreamCollectionInterface > | remote_streams () |
| MCAPI::webrtc::TransceiverList * | transceivers () |
| MCAPI void * | $ctor (::webrtc::PeerConnectionSdpMethods *pc, ::webrtc::ConnectionContext *context) |
| MCAPI void | $dtor () |
| MCAPI::webrtc::PeerConnectionInterface::SignalingState | $signaling_state () const |
| MCAPI::webrtc::SessionDescriptionInterface const * | $local_description () const |
| MCAPI::webrtc::SessionDescriptionInterface const * | $remote_description () const |
| MCAPI::webrtc::SessionDescriptionInterface const * | $current_local_description () const |
| MCAPI::webrtc::SessionDescriptionInterface const * | $current_remote_description () const |
| MCAPI::webrtc::SessionDescriptionInterface const * | $pending_local_description () const |
| MCAPI::webrtc::SessionDescriptionInterface const * | $pending_remote_description () const |
| MCAPI bool | $NeedsIceRestart (::std::string const &content_name) const |
| MCAPI bool | $IceRestartPending (::std::string const &content_name) const |
| MCAPI ::std::optional<::rtc::SSLRole > | $GetDtlsRole (::std::string const &mid) const |
|
|
::ll::UntypedStorage< 8, 8 > | mUnk6fb1a0 |
|
::ll::UntypedStorage< 8, 8 > | mUnk83b177 |
|
::ll::UntypedStorage< 8, 8 > | mUnkf18b9b |
|
::ll::UntypedStorage< 8, 8 > | mUnk370f83 |
|
::ll::UntypedStorage< 8, 8 > | mUnka66c5f |
|
::ll::UntypedStorage< 8, 8 > | mUnk8a6263 |
|
::ll::UntypedStorage< 8, 8 > | mUnkbf2ff7 |
|
::ll::UntypedStorage< 4, 4 > | mUnk2e91d1 |
|
::ll::UntypedStorage< 1, 2 > | mUnk9c155c |
|
::ll::UntypedStorage< 8, 8 > | mUnk4b7776 |
|
::ll::UntypedStorage< 8, 8 > | mUnk5ebabb |
|
::ll::UntypedStorage< 8, 24 > | mUnk4b7303 |
|
::ll::UntypedStorage< 8, 8 > | mUnk644da3 |
|
::ll::UntypedStorage< 8, 32 > | mUnkafa2ee |
|
::ll::UntypedStorage< 8, 24 > | mUnk2a319b |
|
::ll::UntypedStorage< 8, 16 > | mUnk2a3910 |
|
::ll::UntypedStorage< 8, 8 > | mUnk9f72d7 |
|
::ll::UntypedStorage< 1, 1 > | mUnkfcbc5f |
|
::ll::UntypedStorage< 1, 1 > | mUnk80521a |
|
::ll::UntypedStorage< 4, 4 > | mUnk59d611 |
|
::ll::UntypedStorage< 1, 1 > | mUnk778248 |
|
::ll::UntypedStorage< 1, 1 > | mUnkc0d07e |
|
::ll::UntypedStorage< 1, 1 > | mUnk4415fe |
|
::ll::UntypedStorage< 8, 8 > | mUnk5dcc6c |
|
::ll::UntypedStorage< 4, 4 > | mUnk8004ed |
|
::ll::UntypedStorage< 8, 32 > | mUnk2ed360 |
|
::ll::UntypedStorage< 8, 88 > | mUnkad58ba |
|
::ll::UntypedStorage< 4, 20 > | mUnkb32f83 |
|
::ll::UntypedStorage< 8, 8 > | mUnk1692f7 |
|
::ll::UntypedStorage< 1, 2 > | mUnkba7369 |
|
::ll::UntypedStorage< 8, 16 > | mUnkf74f36 |