webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
webrtc::RtpToNtpEstimator Class Reference

#include <rtp_to_ntp_estimator.h>

Classes

struct  Parameters
 
struct  RtcpMeasurement
 

Public Member Functions

 RtpToNtpEstimator ()
 
 ~RtpToNtpEstimator ()
 
bool UpdateMeasurements (uint32_t ntp_secs, uint32_t ntp_frac, uint32_t rtp_timestamp, bool *new_rtcp_sr)
 
bool Estimate (int64_t rtp_timestamp, int64_t *rtp_timestamp_ms) const
 
const Parametersparams () const
 
 RtpToNtpEstimator ()
 
 ~RtpToNtpEstimator ()
 
bool UpdateMeasurements (uint32_t ntp_secs, uint32_t ntp_frac, uint32_t rtp_timestamp, bool *new_rtcp_sr)
 
bool Estimate (int64_t rtp_timestamp, int64_t *rtp_timestamp_ms) const
 
const Parametersparams () const
 

Constructor & Destructor Documentation

◆ RtpToNtpEstimator() [1/2]

webrtc::RtpToNtpEstimator::RtpToNtpEstimator ( )

◆ ~RtpToNtpEstimator() [1/2]

webrtc::RtpToNtpEstimator::~RtpToNtpEstimator ( )

◆ RtpToNtpEstimator() [2/2]

webrtc::RtpToNtpEstimator::RtpToNtpEstimator ( )

◆ ~RtpToNtpEstimator() [2/2]

webrtc::RtpToNtpEstimator::~RtpToNtpEstimator ( )

Member Function Documentation

◆ Estimate() [1/2]

bool webrtc::RtpToNtpEstimator::Estimate ( int64_t  rtp_timestamp,
int64_t rtp_timestamp_ms 
) const

◆ Estimate() [2/2]

bool webrtc::RtpToNtpEstimator::Estimate ( int64_t  rtp_timestamp,
int64_t rtp_timestamp_ms 
) const

◆ params() [1/2]

const Parameters& webrtc::RtpToNtpEstimator::params ( ) const
inline

◆ params() [2/2]

const Parameters& webrtc::RtpToNtpEstimator::params ( ) const
inline

◆ UpdateMeasurements() [1/2]

bool webrtc::RtpToNtpEstimator::UpdateMeasurements ( uint32_t  ntp_secs,
uint32_t  ntp_frac,
uint32_t  rtp_timestamp,
bool *  new_rtcp_sr 
)

◆ UpdateMeasurements() [2/2]

bool webrtc::RtpToNtpEstimator::UpdateMeasurements ( uint32_t  ntp_secs,
uint32_t  ntp_frac,
uint32_t  rtp_timestamp,
bool *  new_rtcp_sr 
)

The documentation for this class was generated from the following files: