Remove VCM debug recordings.
BUG=1695 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/46299004 Cr-Commit-Position: refs/heads/master@{#9233}
This commit is contained in:
@ -534,12 +534,6 @@ public:
|
||||
// delayed by at least desired_delay_ms.
|
||||
virtual int SetMinReceiverDelay(int desired_delay_ms) = 0;
|
||||
|
||||
// Enables recording of debugging information.
|
||||
virtual int StartDebugRecording(const char* file_name_utf8) = 0;
|
||||
|
||||
// Disables recording of debugging information.
|
||||
virtual int StopDebugRecording() = 0;
|
||||
|
||||
// Lets the sender suspend video when the rate drops below
|
||||
// |threshold_bps|, and turns back on when the rate goes back up above
|
||||
// |threshold_bps| + |window_bps|.
|
||||
|
Reference in New Issue
Block a user