Remove leftover function signatures.
Change-Id: If9e6fef4225d4b2d8d8cac7f45afba4a23d8a3e9 Bug: webrtc:4690 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291705 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39249}
This commit is contained in:
parent
6c60f72a6b
commit
101c6aab1b
@ -97,8 +97,6 @@ class WebRtcVoiceEngine final : public VoiceEngineInterface {
|
||||
// easily at any time.
|
||||
void ApplyOptions(const AudioOptions& options);
|
||||
|
||||
int CreateVoEChannel();
|
||||
|
||||
webrtc::TaskQueueFactory* const task_queue_factory_;
|
||||
std::unique_ptr<rtc::TaskQueue> low_priority_worker_queue_;
|
||||
|
||||
@ -251,8 +249,6 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel,
|
||||
bool MuteStream(uint32_t ssrc, bool mute);
|
||||
|
||||
WebRtcVoiceEngine* engine() { return engine_; }
|
||||
int CreateVoEChannel();
|
||||
bool DeleteVoEChannel(int channel);
|
||||
bool SetMaxSendBitrate(int bps);
|
||||
void SetupRecording();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user