| Index: webrtc/video/vie_receiver.h
|
| diff --git a/webrtc/video/vie_receiver.h b/webrtc/video/vie_receiver.h
|
| index f7b9746b2bb3914dd21eb866a434abb55d1b4342..3667a5c42e7d277a8f9cf5ba34ca8ce5922c253f 100644
|
| --- a/webrtc/video/vie_receiver.h
|
| +++ b/webrtc/video/vie_receiver.h
|
| @@ -64,10 +64,10 @@ class ViEReceiver : public RtpData {
|
|
|
| void RegisterRtpRtcpModules(const std::vector<RtpRtcp*>& rtp_modules);
|
|
|
| - bool SetReceiveTimestampOffsetStatus(bool enable, int id);
|
| - bool SetReceiveAbsoluteSendTimeStatus(bool enable, int id);
|
| - bool SetReceiveVideoRotationStatus(bool enable, int id);
|
| - bool SetReceiveTransportSequenceNumber(bool enable, int id);
|
| + bool EnableReceiveTimestampOffset(int id);
|
| + bool EnableReceiveAbsoluteSendTime(int id);
|
| + bool EnableReceiveVideoRotation(int id);
|
| + bool EnableReceiveTransportSequenceNumber(int id);
|
|
|
| void StartReceive();
|
| void StopReceive();
|
|
|