Remove stop method from VideoTrackSourceInterface.
This method is no longer needed. Follow-up on CL: https://codereview.webrtc.org/2306013002/ Review-Url: https://codereview.webrtc.org/2312603003 Cr-Commit-Position: refs/heads/master@{#14085}
This commit is contained in:
@ -106,8 +106,6 @@ class VideoTrackSourceInterface
|
||||
int input_height;
|
||||
};
|
||||
|
||||
virtual void Stop() = 0;
|
||||
|
||||
// Indicates that parameters suitable for screencasts should be automatically
|
||||
// applied to RtpSenders.
|
||||
// TODO(perkj): Remove these once all known applications have moved to
|
||||
|
||||
Reference in New Issue
Block a user