|
| | ChannelTest (bool verify_playout, rtc::ArrayView< const uint8_t > rtp_data, rtc::ArrayView< const uint8_t > rtcp_data, NetworkIsWorker network_is_worker) |
| |
| void | CreateChannels (int flags1, int flags2) |
| |
| void | CreateChannels (typename T::MediaChannel *ch1, typename T::MediaChannel *ch2, int flags1, int flags2) |
| |
| T::Channel * | CreateChannel (rtc::Thread *worker_thread, rtc::Thread *network_thread, cricket::MediaEngineInterface *engine, typename T::MediaChannel *ch, cricket::DtlsTransportInternal *fake_rtp_dtls_transport, cricket::DtlsTransportInternal *fake_rtcp_dtls_transport, rtc::PacketTransportInternal *fake_rtp_packet_transport, rtc::PacketTransportInternal *fake_rtcp_packet_transport, int flags) |
| |
| void | ConnectFakeTransports () |
| |
| bool | SendInitiate () |
| |
| bool | SendAccept () |
| |
| bool | SendOffer () |
| |
| bool | SendProvisionalAnswer () |
| |
| bool | SendFinalAnswer () |
| |
| bool | Terminate () |
| |
| bool | AddStream1 (int id) |
| |
| bool | RemoveStream1 (int id) |
| |
| void | SendRtp1 () |
| |
| void | SendRtp2 () |
| |
| void | SendRtcp1 () |
| |
| void | SendRtcp2 () |
| |
| void | SendCustomRtp1 (uint32_t ssrc, int sequence_number, int pl_type=-1) |
| |
| void | SendCustomRtp2 (uint32_t ssrc, int sequence_number, int pl_type=-1) |
| |
| void | SendCustomRtcp1 (uint32_t ssrc) |
| |
| void | SendCustomRtcp2 (uint32_t ssrc) |
| |
| bool | CheckRtp1 () |
| |
| bool | CheckRtp2 () |
| |
| bool | CheckRtcp1 () |
| |
| bool | CheckRtcp2 () |
| |
| bool | CheckCustomRtp1 (uint32_t ssrc, int sequence_number, int pl_type=-1) |
| |
| bool | CheckCustomRtp2 (uint32_t ssrc, int sequence_number, int pl_type=-1) |
| |
| bool | CheckCustomRtcp1 (uint32_t ssrc) |
| |
| bool | CheckCustomRtcp2 (uint32_t ssrc) |
| |
| rtc::Buffer | CreateRtpData (uint32_t ssrc, int sequence_number, int pl_type) |
| |
| rtc::Buffer | CreateRtcpData (uint32_t ssrc) |
| |
| bool | CheckNoRtp1 () |
| |
| bool | CheckNoRtp2 () |
| |
| bool | CheckNoRtcp1 () |
| |
| bool | CheckNoRtcp2 () |
| |
| bool | CheckGcmCipher (typename T::Channel *channel, int flags) |
| |
| void | CreateContent (int flags, const cricket::AudioCodec &audio_codec, const cricket::VideoCodec &video_codec, typename T::Content *content) |
| |
| void | CopyContent (const typename T::Content &source, typename T::Content *content) |
| |
| cricket::SessionDescription * | CreateSessionDescriptionWithStream (uint32_t ssrc) |
| |
| bool | CodecMatches (const typename T::Codec &c1, const typename T::Codec &c2) |
| |
| void | OnMediaMonitor1 (typename T::Channel *channel, const typename T::MediaInfo &info) |
| |
| void | OnMediaMonitor2 (typename T::Channel *channel, const typename T::MediaInfo &info) |
| |
| void | OnRtcpMuxFullyActive1 (const std::string &) |
| |
| void | OnRtcpMuxFullyActive2 (const std::string &) |
| |
| cricket::CandidatePairInterface * | last_selected_candidate_pair () |
| |
| void | AddLegacyStreamInContent (uint32_t ssrc, int flags, typename T::Content *content) |
| |
| void | TestInit () |
| |
| void | TestSetContents () |
| |
| void | TestSetContentsNullOffer () |
| |
| void | TestSetContentsRtcpMux () |
| |
| void | TestSetContentsRtcpMuxWithPrAnswer () |
| |
| void | TestSetRemoteContentUpdate () |
| |
| void | TestStreams () |
| |
| void | TestUpdateStreamsInLocalContent () |
| |
| void | TestUpdateStreamsInRemoteContent () |
| |
| void | TestChangeStreamParamsInContent () |
| |
| void | TestPlayoutAndSendingStates () |
| |
| void | TestMediaContentDirection () |
| |
| void | TestNetworkRouteChanges () |
| |
| void | TestCallSetup () |
| |
| void | TestCallTeardownRtcpMux () |
| |
| void | SendRtpToRtp () |
| |
| void | TestDeinit () |
| |
| void | SendRtcpToRtcp () |
| |
| void | SendRtcpMuxToRtcp () |
| |
| void | SendRtcpMuxToRtcpMux () |
| |
| void | SendRequireRtcpMuxToRtcpMux () |
| |
| void | SendRtcpMuxToRequireRtcpMux () |
| |
| void | SendRequireRtcpMuxToRequireRtcpMux () |
| |
| void | SendRequireRtcpMuxToNoRtcpMux () |
| |
| void | SendEarlyRtcpMuxToRtcp () |
| |
| void | SendEarlyRtcpMuxToRtcpMux () |
| |
| void | SendSrtpToSrtp (int flags1_in=0, int flags2_in=0) |
| |
| void | SendSrtpToRtp () |
| |
| void | SendEarlyMediaUsingRtcpMuxSrtp () |
| |
| void | SendRtpToRtpOnThread () |
| |
| void | SendSrtpToSrtpOnThread () |
| |
| void | SendWithWritabilityLoss () |
| |
| void | SendBundleToBundle (const int *pl_types, int len, bool rtcp_mux, bool secure) |
| |
| void | TestMediaMonitor () |
| |
| void | TestSetContentFailure () |
| |
| void | TestSendTwoOffers () |
| |
| void | TestReceiveTwoOffers () |
| |
| void | TestSendPrAnswer () |
| |
| void | TestReceivePrAnswer () |
| |
| void | TestFlushRtcp () |
| |
| void | TestSrtpError (int pl_type) |
| |
| void | TestOnReadyToSend () |
| |
| void | TestOnReadyToSendWithRtcpMux () |
| |
| bool | SetRemoteContentWithBitrateLimit (int remote_limit) |
| |
| webrtc::RtpParameters | BitrateLimitedParameters (rtc::Optional< int > limit) |
| |
| void | VerifyMaxBitrate (const webrtc::RtpParameters ¶meters, rtc::Optional< int > expected_bitrate) |
| |
| void | DefaultMaxBitrateIsUnlimited () |
| |
| void | CanChangeMaxBitrate () |
| |
| | has_slots () |
| |
| | has_slots () |
| |
| | ~has_slots () |
| |
| | ~has_slots () |
| |
| void | signal_connect (_signal_base_interface *sender) |
| |
| void | signal_disconnect (_signal_base_interface *sender) |
| |
| void | disconnect_all () |
| |
| void | signal_connect (_signal_base_interface *sender) |
| |
| void | signal_disconnect (_signal_base_interface *sender) |
| |
| void | disconnect_all () |
| |