Remove SetCaptureDelay from the RTP module.
This is a small step in getting rid of the default module, but also to eventually delete FrameProviderBase completely. BUG=769 R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/34229004 Cr-Commit-Position: refs/heads/master@{#8396} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8396 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -292,8 +292,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
||||
// Send a request for a keyframe.
|
||||
virtual int32_t RequestKeyFrame() OVERRIDE;
|
||||
|
||||
virtual int32_t SetCameraDelay(int32_t delay_ms) OVERRIDE;
|
||||
|
||||
virtual void SetTargetSendBitrate(
|
||||
const std::vector<uint32_t>& stream_bitrates) OVERRIDE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user