|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for cricket::VoiceChannel, including all inherited members.
| AddRecvStream(const StreamParams &sp) | cricket::BaseChannel | |
| AddRecvStream(const StreamParams &sp) | cricket::BaseChannel | |
| AddRecvStream_w(const StreamParams &sp) | cricket::BaseChannel | protected |
| AddRecvStream_w(const StreamParams &sp) | cricket::BaseChannel | protected |
| AddSendStream(const StreamParams &sp) | cricket::BaseChannel | |
| AddSendStream(const StreamParams &sp) | cricket::BaseChannel | |
| AddSendStream_w(const StreamParams &sp) | cricket::BaseChannel | protected |
| AddSendStream_w(const StreamParams &sp) | cricket::BaseChannel | protected |
| BaseChannel(rtc::Thread *worker_thread, rtc::Thread *network_thread, rtc::Thread *signaling_thread, MediaChannel *channel, const std::string &content_name, bool rtcp_mux_required, bool srtp_required) | cricket::BaseChannel | |
| BaseChannel(rtc::Thread *worker_thread, rtc::Thread *network_thread, rtc::Thread *signaling_thread, MediaChannel *channel, const std::string &content_name, bool rtcp_mux_required, bool srtp_required) | cricket::BaseChannel | |
| bundle_filter() | cricket::BaseChannel | inline |
| bundle_filter() | cricket::BaseChannel | inline |
| CanInsertDtmf() | cricket::VoiceChannel | |
| CanInsertDtmf() | cricket::VoiceChannel | |
| ChannelNotWritable_n() | cricket::BaseChannel | protected |
| ChannelNotWritable_n() | cricket::BaseChannel | protected |
| ChannelWritable_n() | cricket::BaseChannel | protected |
| ChannelWritable_n() | cricket::BaseChannel | protected |
| CheckSrtpConfig_n(const std::vector< CryptoParams > &cryptos, bool *dtls, std::string *error_desc) | cricket::BaseChannel | protected |
| CheckSrtpConfig_n(const std::vector< CryptoParams > &cryptos, bool *dtls, std::string *error_desc) | cricket::BaseChannel | protected |
| ConnectToDtlsTransport(DtlsTransportInternal *transport) | cricket::BaseChannel | protected |
| ConnectToDtlsTransport(DtlsTransportInternal *transport) | cricket::BaseChannel | protected |
| ConnectToPacketTransport(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| ConnectToPacketTransport(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| content_name() const | cricket::BaseChannel | inline |
| content_name() const | cricket::BaseChannel | inline |
| crypto_options() const | cricket::BaseChannel | inlineprotected |
| crypto_options() const | cricket::BaseChannel | inlineprotected |
| Deinit() | cricket::BaseChannel | |
| Deinit() | cricket::BaseChannel | |
| DisableMedia_w() | cricket::BaseChannel | protected |
| DisableMedia_w() | cricket::BaseChannel | protected |
| disconnect_all() | sigslot::has_slots_interface | inline |
| disconnect_all() | sigslot::has_slots_interface | inline |
| DisconnectFromDtlsTransport(DtlsTransportInternal *transport) | cricket::BaseChannel | protected |
| DisconnectFromDtlsTransport(DtlsTransportInternal *transport) | cricket::BaseChannel | protected |
| DisconnectFromPacketTransport(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| DisconnectFromPacketTransport(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| Enable(bool enable) | cricket::BaseChannel | |
| Enable(bool enable) | cricket::BaseChannel | |
| enabled() const | cricket::BaseChannel | inline |
| enabled() const | cricket::BaseChannel | inline |
| EnableMedia_w() | cricket::BaseChannel | protected |
| EnableMedia_w() | cricket::BaseChannel | protected |
| FlushRtcpMessages_n() | cricket::BaseChannel | protected |
| FlushRtcpMessages_n() | cricket::BaseChannel | protected |
| GetActiveStreams_w(AudioInfo::StreamList *actives) | cricket::VoiceChannel | |
| GetActiveStreams_w(AudioInfo::StreamList *actives) | cricket::VoiceChannel | |
| GetConnectionStats(ConnectionInfos *infos) override | cricket::BaseChannel | virtual |
| GetConnectionStats(ConnectionInfos *infos) override | cricket::BaseChannel | virtual |
| GetInputLevel_w() | cricket::VoiceChannel | |
| GetInputLevel_w() | cricket::VoiceChannel | |
| GetOutputLevel_w() | cricket::VoiceChannel | |
| GetOutputLevel_w() | cricket::VoiceChannel | |
| GetRtpReceiveParameters(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetRtpReceiveParameters(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetRtpReceiveParameters_w(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetRtpReceiveParameters_w(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetRtpSendParameters(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetRtpSendParameters(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetRtpSendParameters_w(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetRtpSendParameters_w(uint32_t ssrc) const | cricket::VoiceChannel | |
| GetStats(VoiceMediaInfo *stats) | cricket::VoiceChannel | |
| GetStats(VoiceMediaInfo *stats) | cricket::VoiceChannel | |
| HandlePacket(bool rtcp, rtc::CopyOnWriteBuffer *packet, const rtc::PacketTime &packet_time) | cricket::BaseChannel | protected |
| HandlePacket(bool rtcp, rtc::CopyOnWriteBuffer *packet, const rtc::PacketTime &packet_time) | cricket::BaseChannel | protected |
| has_slots() | sigslot::has_slots<> | inline |
| has_slots() | sigslot::has_slots<> | inline |
| has_slots_interface(signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) | sigslot::has_slots_interface | inlineprotected |
| has_slots_interface(signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) | sigslot::has_slots_interface | inlineprotected |
| Init_w(DtlsTransportInternal *rtp_dtls_transport, DtlsTransportInternal *rtcp_dtls_transport, rtc::PacketTransportInternal *rtp_packet_transport, rtc::PacketTransportInternal *rtcp_packet_transport) | cricket::BaseChannel | |
| Init_w(DtlsTransportInternal *rtp_dtls_transport, DtlsTransportInternal *rtcp_dtls_transport, rtc::PacketTransportInternal *rtp_packet_transport, rtc::PacketTransportInternal *rtcp_packet_transport) | cricket::BaseChannel | |
| InsertDtmf(uint32_t ssrc, int event_code, int duration) | cricket::VoiceChannel | |
| InsertDtmf(uint32_t ssrc, int event_code, int duration) | cricket::VoiceChannel | |
| InvokeOnWorker(const rtc::Location &posted_from, const FunctorT &functor) | cricket::BaseChannel | inlineprotected |
| InvokeOnWorker(const rtc::Location &posted_from, const FunctorT &functor) | cricket::BaseChannel | inlineprotected |
| IsAudioMonitorRunning() const | cricket::VoiceChannel | |
| IsAudioMonitorRunning() const | cricket::VoiceChannel | |
| IsReadyToReceiveMedia_w() const | cricket::BaseChannel | protected |
| IsReadyToReceiveMedia_w() const | cricket::BaseChannel | protected |
| IsReadyToSendMedia_w() const | cricket::BaseChannel | protected |
| IsReadyToSendMedia_w() const | cricket::BaseChannel | protected |
| local_streams() const | cricket::BaseChannel | inline |
| local_streams() const | cricket::BaseChannel | inline |
| MaybeCacheRtpAbsSendTimeHeaderExtension_w(const std::vector< webrtc::RtpExtension > &extensions) | cricket::BaseChannel | protected |
| MaybeCacheRtpAbsSendTimeHeaderExtension_w(const std::vector< webrtc::RtpExtension > &extensions) | cricket::BaseChannel | protected |
| MaybeSetupDtlsSrtp_n() | cricket::BaseChannel | protected |
| MaybeSetupDtlsSrtp_n() | cricket::BaseChannel | protected |
| media_channel() const override | cricket::VoiceChannel | inlinevirtual |
| media_channel() const override | cricket::VoiceChannel | inlinevirtual |
| media_type() override | cricket::VoiceChannel | inlinevirtual |
| media_type() override | cricket::VoiceChannel | inlinevirtual |
| MessageHandler() | rtc::MessageHandler | inlineprotected |
| MessageHandler() | rtc::MessageHandler | inlineprotected |
| NeedsRtcpTransport() | cricket::BaseChannel | |
| NeedsRtcpTransport() | cricket::BaseChannel | |
| network_thread() const | cricket::BaseChannel | inline |
| network_thread() const | cricket::BaseChannel | inline |
| OnDtlsState(DtlsTransportInternal *transport, DtlsTransportState state) | cricket::BaseChannel | protected |
| OnDtlsState(DtlsTransportInternal *transport, DtlsTransportState state) | cricket::BaseChannel | protected |
| OnPacketReceived(bool rtcp, const rtc::CopyOnWriteBuffer &packet, const rtc::PacketTime &packet_time) | cricket::BaseChannel | protected |
| OnPacketReceived(bool rtcp, const rtc::CopyOnWriteBuffer &packet, const rtc::PacketTime &packet_time) | cricket::BaseChannel | protected |
| OnReadyToSend(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| OnReadyToSend(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| OnSelectedCandidatePairChanged(IceTransportInternal *ice_transport, CandidatePairInterface *selected_candidate_pair, int last_sent_packet_id, bool ready_to_send) | cricket::BaseChannel | protected |
| OnSelectedCandidatePairChanged(IceTransportInternal *ice_transport, CandidatePairInterface *selected_candidate_pair, int last_sent_packet_id, bool ready_to_send) | cricket::BaseChannel | protected |
| OnWritableState(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| OnWritableState(rtc::PacketTransportInternal *transport) | cricket::BaseChannel | protected |
| PacketIsRtcp(const rtc::PacketTransportInternal *transport, const char *data, size_t len) | cricket::BaseChannel | protected |
| PacketIsRtcp(const rtc::PacketTransportInternal *transport, const char *data, size_t len) | cricket::BaseChannel | protected |
| PushdownLocalDescription(const SessionDescription *local_desc, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| PushdownLocalDescription(const SessionDescription *local_desc, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| PushdownRemoteDescription(const SessionDescription *remote_desc, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| PushdownRemoteDescription(const SessionDescription *remote_desc, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| remote_streams() const | cricket::BaseChannel | inline |
| remote_streams() const | cricket::BaseChannel | inline |
| RemoveRecvStream(uint32_t ssrc) | cricket::BaseChannel | |
| RemoveRecvStream(uint32_t ssrc) | cricket::BaseChannel | |
| RemoveRecvStream_w(uint32_t ssrc) | cricket::BaseChannel | protected |
| RemoveRecvStream_w(uint32_t ssrc) | cricket::BaseChannel | protected |
| RemoveSendStream(uint32_t ssrc) | cricket::BaseChannel | |
| RemoveSendStream(uint32_t ssrc) | cricket::BaseChannel | |
| RemoveSendStream_w(uint32_t ssrc) | cricket::BaseChannel | protected |
| RemoveSendStream_w(uint32_t ssrc) | cricket::BaseChannel | protected |
| rtcp_dtls_transport() const | cricket::BaseChannel | inline |
| rtcp_dtls_transport() const | cricket::BaseChannel | inline |
| rtp_dtls_transport() const | cricket::BaseChannel | inline |
| rtp_dtls_transport() const | cricket::BaseChannel | inline |
| secure() const | cricket::BaseChannel | inline |
| secure() const | cricket::BaseChannel | inline |
| secure_dtls() const | cricket::BaseChannel | inline |
| secure_dtls() const | cricket::BaseChannel | inline |
| SendPacket(rtc::CopyOnWriteBuffer *packet, const rtc::PacketOptions &options) override | cricket::BaseChannel | protectedvirtual |
| SendPacket(bool rtcp, rtc::CopyOnWriteBuffer *packet, const rtc::PacketOptions &options) | cricket::BaseChannel | protected |
| SendPacket(rtc::CopyOnWriteBuffer *packet, const rtc::PacketOptions &options) override | cricket::BaseChannel | protectedvirtual |
| SendPacket(bool rtcp, rtc::CopyOnWriteBuffer *packet, const rtc::PacketOptions &options) | cricket::BaseChannel | protected |
| SendRtcp(rtc::CopyOnWriteBuffer *packet, const rtc::PacketOptions &options) override | cricket::BaseChannel | protectedvirtual |
| SendRtcp(rtc::CopyOnWriteBuffer *packet, const rtc::PacketOptions &options) override | cricket::BaseChannel | protectedvirtual |
| set_local_content_direction(MediaContentDirection direction) | cricket::BaseChannel | inlineprotected |
| set_local_content_direction(MediaContentDirection direction) | cricket::BaseChannel | inlineprotected |
| set_remote_content_direction(MediaContentDirection direction) | cricket::BaseChannel | inlineprotected |
| set_remote_content_direction(MediaContentDirection direction) | cricket::BaseChannel | inlineprotected |
| SetAudioSend(uint32_t ssrc, bool enable, const AudioOptions *options, AudioSource *source) | cricket::VoiceChannel | |
| SetAudioSend(uint32_t ssrc, bool enable, const AudioOptions *options, AudioSource *source) | cricket::VoiceChannel | |
| SetCryptoOptions(const rtc::CryptoOptions &crypto_options) | cricket::BaseChannel | |
| SetCryptoOptions(const rtc::CryptoOptions &crypto_options) | cricket::BaseChannel | |
| SetDtlsSrtpCryptoSuites_n(DtlsTransportInternal *transport, bool rtcp) | cricket::BaseChannel | protected |
| SetDtlsSrtpCryptoSuites_n(DtlsTransportInternal *transport, bool rtcp) | cricket::BaseChannel | protected |
| SetEarlyMedia(bool enable) | cricket::VoiceChannel | |
| SetEarlyMedia(bool enable) | cricket::VoiceChannel | |
| SetLocalContent(const MediaContentDescription *content, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| SetLocalContent(const MediaContentDescription *content, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| SetOption(SocketType type, rtc::Socket::Option o, int val) override | cricket::BaseChannel | virtual |
| SetOption(SocketType type, rtc::Socket::Option o, int val) override | cricket::BaseChannel | virtual |
| SetOption_n(SocketType type, rtc::Socket::Option o, int val) | cricket::BaseChannel | |
| SetOption_n(SocketType type, rtc::Socket::Option o, int val) | cricket::BaseChannel | |
| SetOutputVolume(uint32_t ssrc, double volume) | cricket::VoiceChannel | |
| SetOutputVolume(uint32_t ssrc, double volume) | cricket::VoiceChannel | |
| SetRawAudioSink(uint32_t ssrc, std::unique_ptr< webrtc::AudioSinkInterface > sink) | cricket::VoiceChannel | |
| SetRawAudioSink(uint32_t ssrc, std::unique_ptr< webrtc::AudioSinkInterface > sink) | cricket::VoiceChannel | |
| SetRemoteContent(const MediaContentDescription *content, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| SetRemoteContent(const MediaContentDescription *content, ContentAction action, std::string *error_desc) | cricket::BaseChannel | |
| SetRtcpMux_n(bool enable, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetRtcpMux_n(bool enable, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetRtpReceiveParameters(uint32_t ssrc, const webrtc::RtpParameters ¶meters) | cricket::VoiceChannel | |
| SetRtpReceiveParameters(uint32_t ssrc, const webrtc::RtpParameters ¶meters) | cricket::VoiceChannel | |
| SetRtpReceiveParameters_w(uint32_t ssrc, webrtc::RtpParameters parameters) | cricket::VoiceChannel | |
| SetRtpReceiveParameters_w(uint32_t ssrc, webrtc::RtpParameters parameters) | cricket::VoiceChannel | |
| SetRtpSendParameters(uint32_t ssrc, const webrtc::RtpParameters ¶meters) | cricket::VoiceChannel | |
| SetRtpSendParameters(uint32_t ssrc, const webrtc::RtpParameters ¶meters) | cricket::VoiceChannel | |
| SetRtpSendParameters_w(uint32_t ssrc, webrtc::RtpParameters parameters) | cricket::VoiceChannel | |
| SetRtpSendParameters_w(uint32_t ssrc, webrtc::RtpParameters parameters) | cricket::VoiceChannel | |
| SetRtpTransportParameters(const MediaContentDescription *content, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetRtpTransportParameters(const MediaContentDescription *content, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetRtpTransportParameters_n(const MediaContentDescription *content, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetRtpTransportParameters_n(const MediaContentDescription *content, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetSrtp_n(const std::vector< CryptoParams > ¶ms, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetSrtp_n(const std::vector< CryptoParams > ¶ms, ContentAction action, ContentSource src, std::string *error_desc) | cricket::BaseChannel | protected |
| SetTransport_n(bool rtcp, DtlsTransportInternal *new_dtls_transport, rtc::PacketTransportInternal *new_packet_transport) | cricket::BaseChannel | protected |
| SetTransport_n(bool rtcp, DtlsTransportInternal *new_dtls_transport, rtc::PacketTransportInternal *new_packet_transport) | cricket::BaseChannel | protected |
| SetTransportChannelReadyToSend(bool rtcp, bool ready) | cricket::BaseChannel | |
| SetTransportChannelReadyToSend(bool rtcp, bool ready) | cricket::BaseChannel | |
| SetTransports(DtlsTransportInternal *rtp_dtls_transport, DtlsTransportInternal *rtcp_dtls_transport) | cricket::BaseChannel | |
| SetTransports(rtc::PacketTransportInternal *rtp_packet_transport, rtc::PacketTransportInternal *rtcp_packet_transport) | cricket::BaseChannel | |
| SetTransports(DtlsTransportInternal *rtp_dtls_transport, DtlsTransportInternal *rtcp_dtls_transport) | cricket::BaseChannel | |
| SetTransports(rtc::PacketTransportInternal *rtp_packet_transport, rtc::PacketTransportInternal *rtcp_packet_transport) | cricket::BaseChannel | |
| SetTransports_n(DtlsTransportInternal *rtp_dtls_transport, DtlsTransportInternal *rtcp_dtls_transport, rtc::PacketTransportInternal *rtp_packet_transport, rtc::PacketTransportInternal *rtcp_packet_transport) | cricket::BaseChannel | protected |
| SetTransports_n(DtlsTransportInternal *rtp_dtls_transport, DtlsTransportInternal *rtcp_dtls_transport, rtc::PacketTransportInternal *rtp_packet_transport, rtc::PacketTransportInternal *rtcp_packet_transport) | cricket::BaseChannel | protected |
| SetupDtlsSrtp_n(bool rtcp) | cricket::BaseChannel | protected |
| SetupDtlsSrtp_n(bool rtcp) | cricket::BaseChannel | protected |
| ShouldSetupDtlsSrtp_n() const | cricket::BaseChannel | protected |
| ShouldSetupDtlsSrtp_n() const | cricket::BaseChannel | protected |
| signal_connect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
| signal_connect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
| signal_disconnect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
| signal_disconnect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
| SignalAudioMonitor | cricket::VoiceChannel | |
| SignalConnectionMonitor | cricket::VoiceChannel | |
| SignalDtlsSrtpSetupFailure | cricket::BaseChannel | |
| SignalDtlsSrtpSetupFailure_n(bool rtcp) | cricket::BaseChannel | |
| SignalDtlsSrtpSetupFailure_n(bool rtcp) | cricket::BaseChannel | |
| SignalDtlsSrtpSetupFailure_s(bool rtcp) | cricket::BaseChannel | |
| SignalDtlsSrtpSetupFailure_s(bool rtcp) | cricket::BaseChannel | |
| SignalEarlyMediaTimeout | cricket::VoiceChannel | |
| SignalFirstPacketReceived | cricket::BaseChannel | |
| signaling_thread() | cricket::BaseChannel | inlineprotected |
| signaling_thread() | cricket::BaseChannel | inlineprotected |
| SignalMediaMonitor | cricket::VoiceChannel | |
| SignalRtcpMuxFullyActive | cricket::BaseChannel | |
| SignalSentPacket | cricket::BaseChannel | |
| SocketType enum name | cricket::MediaChannel::NetworkInterface | |
| SocketType enum name | cricket::MediaChannel::NetworkInterface | |
| srtp_filter() | cricket::BaseChannel | inline |
| srtp_filter() | cricket::BaseChannel | inline |
| srtp_required_for_testing() const | cricket::BaseChannel | inline |
| srtp_required_for_testing() const | cricket::BaseChannel | inline |
| ST_RTCP enum value | cricket::MediaChannel::NetworkInterface | |
| ST_RTP enum value | cricket::MediaChannel::NetworkInterface | |
| StartAudioMonitor(int cms) | cricket::VoiceChannel | |
| StartAudioMonitor(int cms) | cricket::VoiceChannel | |
| StartConnectionMonitor(int cms) | cricket::BaseChannel | |
| StartConnectionMonitor(int cms) | cricket::BaseChannel | |
| StartMediaMonitor(int cms) | cricket::VoiceChannel | |
| StartMediaMonitor(int cms) | cricket::VoiceChannel | |
| StopAudioMonitor() | cricket::VoiceChannel | |
| StopAudioMonitor() | cricket::VoiceChannel | |
| StopConnectionMonitor() | cricket::BaseChannel | |
| StopConnectionMonitor() | cricket::BaseChannel | |
| StopMediaMonitor() | cricket::VoiceChannel | |
| StopMediaMonitor() | cricket::VoiceChannel | |
| transport_name() const | cricket::BaseChannel | inline |
| transport_name() const | cricket::BaseChannel | inline |
| UpdateLocalStreams_w(const std::vector< StreamParams > &streams, ContentAction action, std::string *error_desc) | cricket::BaseChannel | protected |
| UpdateLocalStreams_w(const std::vector< StreamParams > &streams, ContentAction action, std::string *error_desc) | cricket::BaseChannel | protected |
| UpdateMediaSendRecvState() | cricket::BaseChannel | protected |
| UpdateMediaSendRecvState() | cricket::BaseChannel | protected |
| UpdateRemoteStreams_w(const std::vector< StreamParams > &streams, ContentAction action, std::string *error_desc) | cricket::BaseChannel | protected |
| UpdateRemoteStreams_w(const std::vector< StreamParams > &streams, ContentAction action, std::string *error_desc) | cricket::BaseChannel | protected |
| UpdateWritableState_n() | cricket::BaseChannel | protected |
| UpdateWritableState_n() | cricket::BaseChannel | protected |
| VoiceChannel(rtc::Thread *worker_thread, rtc::Thread *network_thread, rtc::Thread *signaling_thread, MediaEngineInterface *media_engine, VoiceMediaChannel *channel, const std::string &content_name, bool rtcp_mux_required, bool srtp_required) | cricket::VoiceChannel | |
| VoiceChannel(rtc::Thread *worker_thread, rtc::Thread *network_thread, rtc::Thread *signaling_thread, MediaEngineInterface *media_engine, VoiceMediaChannel *channel, const std::string &content_name, bool rtcp_mux_required, bool srtp_required) | cricket::VoiceChannel | |
| WantsPacket(bool rtcp, const rtc::CopyOnWriteBuffer *packet) | cricket::BaseChannel | protected |
| WantsPacket(bool rtcp, const rtc::CopyOnWriteBuffer *packet) | cricket::BaseChannel | protected |
| was_ever_writable() const | cricket::BaseChannel | inlineprotected |
| was_ever_writable() const | cricket::BaseChannel | inlineprotected |
| worker_thread() const | cricket::BaseChannel | inline |
| worker_thread() const | cricket::BaseChannel | inline |
| writable() const | cricket::BaseChannel | inline |
| writable() const | cricket::BaseChannel | inline |
| ~BaseChannel() | cricket::BaseChannel | virtual |
| ~BaseChannel() | cricket::BaseChannel | virtual |
| ~ConnectionStatsGetter() | cricket::ConnectionStatsGetter | inlinevirtual |
| ~ConnectionStatsGetter() | cricket::ConnectionStatsGetter | inlinevirtual |
| ~has_slots() | sigslot::has_slots<> | inline |
| ~has_slots() | sigslot::has_slots<> | inline |
| ~has_slots_interface() | sigslot::has_slots_interface | inlineprotectedvirtual |
| ~has_slots_interface() | sigslot::has_slots_interface | inlineprotectedvirtual |
| ~MessageHandler() | rtc::MessageHandler | virtual |
| ~MessageHandler() | rtc::MessageHandler | virtual |
| ~NetworkInterface() | cricket::MediaChannel::NetworkInterface | inlinevirtual |
| ~NetworkInterface() | cricket::MediaChannel::NetworkInterface | inlinevirtual |
| ~VoiceChannel() | cricket::VoiceChannel | |
| ~VoiceChannel() | cricket::VoiceChannel |
1.8.13