Make VCMJitterBuffer::SetNackMode(kNack, -1, -1) the only mode
Bug: webrtc:7408 Change-Id: I9d9e4f97c7705b42c9575167710a3e79781b83e8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130220 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27568}
This commit is contained in:
@ -80,17 +80,11 @@ class VideoReceiver : public Module {
|
||||
int32_t SetRenderDelay(uint32_t timeMS);
|
||||
int32_t Delay() const;
|
||||
|
||||
// DEPRECATED.
|
||||
int SetReceiverRobustnessMode(
|
||||
VideoCodingModule::ReceiverRobustness robustnessMode);
|
||||
|
||||
void SetNackSettings(size_t max_nack_list_size,
|
||||
int max_packet_age_to_nack,
|
||||
int max_incomplete_time_ms);
|
||||
|
||||
int32_t SetReceiveChannelParameters(int64_t rtt);
|
||||
int32_t SetVideoProtection(VCMVideoProtection videoProtection, bool enable);
|
||||
|
||||
int64_t TimeUntilNextProcess() override;
|
||||
void Process() override;
|
||||
void ProcessThreadAttached(ProcessThread* process_thread) override;
|
||||
|
Reference in New Issue
Block a user