|
| | WebRtcVoiceEngineTestFake () |
| |
| | WebRtcVoiceEngineTestFake (const char *field_trials) |
| |
| bool | SetupChannel () |
| |
| bool | SetupRecvStream () |
| |
| bool | SetupSendStream () |
| |
| bool | AddRecvStream (uint32_t ssrc) |
| |
| void | SetupForMultiSendStream () |
| |
| void | DeliverPacket (const void *data, int len) |
| |
| void | TearDown () override |
| |
| const cricket::FakeAudioSendStream & | GetSendStream (uint32_t ssrc) |
| |
| const cricket::FakeAudioReceiveStream & | GetRecvStream (uint32_t ssrc) |
| |
| const webrtc::AudioSendStream::Config & | GetSendStreamConfig (uint32_t ssrc) |
| |
| const webrtc::AudioReceiveStream::Config & | GetRecvStreamConfig (uint32_t ssrc) |
| |
| void | SetSend (bool enable) |
| |
| void | SetSendParameters (const cricket::AudioSendParameters ¶ms) |
| |
| void | SetAudioSend (uint32_t ssrc, bool enable, cricket::AudioSource *source, const cricket::AudioOptions *options=nullptr) |
| |
| void | TestInsertDtmf (uint32_t ssrc, bool caller, const cricket::AudioCodec &codec) |
| |
| void | TestMaxSendBandwidth (const cricket::AudioCodec &codec, int max_bitrate, bool expected_result, int expected_bitrate) |
| |
| bool | SetMaxBitrateForStream (int32_t ssrc, int bitrate) |
| |
| void | SetGlobalMaxBitrate (const cricket::AudioCodec &codec, int bitrate) |
| |
| void | CheckSendCodec (int32_t ssrc, const char expected_name[], int expected_channels, int expected_bitrate) |
| |
| int | GetOpusMaxPlaybackRate (int32_t ssrc) |
| |
| bool | GetOpusDtx (int32_t ssrc) |
| |
| bool | GetCodecFec (int32_t ssrc) |
| |
| int | GetCodecBitrate (int32_t ssrc) |
| |
| int | GetCodecPacSize (int32_t ssrc) |
| |
| const rtc::Optional< std::string > & | GetAudioNetworkAdaptorConfig (int32_t ssrc) |
| |
| void | SetAndExpectMaxBitrate (const cricket::AudioCodec &codec, int global_max, int stream_max, bool expected_result, int expected_codec_bitrate) |
| |
| void | SetSendCodecsShouldWorkForBitrates (const char *min_bitrate_kbps, int expected_min_bitrate_bps, const char *start_bitrate_kbps, int expected_start_bitrate_bps, const char *max_bitrate_kbps, int expected_max_bitrate_bps) |
| |
| void | TestSetSendRtpHeaderExtensions (const std::string &ext) |
| |
| void | TestSetRecvRtpHeaderExtensions (const std::string &ext) |
| |
| webrtc::AudioSendStream::Stats | GetAudioSendStreamStats () const |
| |
| void | SetAudioSendStreamStats () |
| |
| void | VerifyVoiceSenderInfo (const cricket::VoiceSenderInfo &info, bool is_sending) |
| |
| webrtc::AudioReceiveStream::Stats | GetAudioReceiveStreamStats () const |
| |
| void | SetAudioReceiveStreamStats () |
| |
| void | VerifyVoiceReceiverInfo (const cricket::VoiceReceiverInfo &info) |
| |
| void | VerifyVoiceSendRecvCodecs (const cricket::VoiceMediaInfo &info) const |
| |
| bool | IsHighPassFilterEnabled () |
| |