Revert "With these changes we will assume that the capture time of a frame is based on NTP time. This makes the interface of video engine more well defined and makes it easier and cleaner to handle user provided capture timestamps."
This reverts commit 4954b3650192d78037714138a5c519ef08f2670e. Reverts r3799 TBR=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1308004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3802 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -879,6 +879,13 @@ class RtpRtcp : public Module {
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
/*
|
||||
* Set the estimated camera delay in MS
|
||||
*
|
||||
* return -1 on failure else 0
|
||||
*/
|
||||
virtual int32_t SetCameraDelay(const int32_t delayMS) = 0;
|
||||
|
||||
/*
|
||||
* Set the target send bitrate
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user