Remove NetEq::Create.
This method is no longer useful after a previous refactoring, but it was not removed from the interface. Bug: webrtc:13444 Change-Id: I9c4761e8503acdec06c16cc37c2a804d4913eac8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/239366 Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35439}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
0680c4871c
commit
6c167d8278
@ -179,14 +179,6 @@ class NetEq {
|
||||
SdpAudioFormat sdp_format;
|
||||
};
|
||||
|
||||
// Creates a new NetEq object, with parameters set in `config`. The `config`
|
||||
// object will only have to be valid for the duration of the call to this
|
||||
// method.
|
||||
static NetEq* Create(
|
||||
const NetEq::Config& config,
|
||||
Clock* clock,
|
||||
const rtc::scoped_refptr<AudioDecoderFactory>& decoder_factory);
|
||||
|
||||
virtual ~NetEq() {}
|
||||
|
||||
// Inserts a new packet into NetEq.
|
||||
|
||||
Reference in New Issue
Block a user