Index: webrtc/video/rtp_streams_synchronizer.h |
diff --git a/webrtc/video/rtp_streams_synchronizer.h b/webrtc/video/rtp_streams_synchronizer.h |
index 082bec7b6e0f4fd3c5d582a0ebc5ebb170b42bdd..bc24d6f8071762c390b3a2e42cbbcaba1ef5afc2 100644 |
--- a/webrtc/video/rtp_streams_synchronizer.h |
+++ b/webrtc/video/rtp_streams_synchronizer.h |
@@ -46,8 +46,11 @@ class RtpStreamsSynchronizer : public Module { |
// Gets the sync offset between the current played out audio frame and the |
// video |frame|. Returns true on success, false otherwise. |
+ // The estimated frequency is the frequency used in the RTP to NTP timestamp |
+ // conversion. |
bool GetStreamSyncOffsetInMs(const VideoFrame& frame, |
- int64_t* stream_offset_ms) const; |
+ int64_t* stream_offset_ms, |
+ double* estimated_freq_khz) const; |
private: |
Clock* const clock_; |