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

Public Member Functions

 Samples ()
 
 ~Samples ()
 
void Add (int sample, uint32_t stream_id)
 
void Set (int64_t sample, uint32_t stream_id)
 
void SetLast (int64_t sample, uint32_t stream_id)
 
int64_t GetLast (uint32_t stream_id)
 
int64_t Count () const
 
bool Empty () const
 
int64_t Sum () const
 
int Max () const
 
void Reset ()
 
int64_t Diff () const
 

Constructor & Destructor Documentation

◆ Samples()

webrtc::Samples::Samples ( )
inline

◆ ~Samples()

webrtc::Samples::~Samples ( )
inline

Member Function Documentation

◆ Add()

void webrtc::Samples::Add ( int  sample,
uint32_t  stream_id 
)
inline

◆ Count()

int64_t webrtc::Samples::Count ( ) const
inline

◆ Diff()

int64_t webrtc::Samples::Diff ( ) const
inline

◆ Empty()

bool webrtc::Samples::Empty ( ) const
inline

◆ GetLast()

int64_t webrtc::Samples::GetLast ( uint32_t  stream_id)
inline

◆ Max()

int webrtc::Samples::Max ( ) const
inline

◆ Reset()

void webrtc::Samples::Reset ( )
inline

◆ Set()

void webrtc::Samples::Set ( int64_t  sample,
uint32_t  stream_id 
)
inline

◆ SetLast()

void webrtc::Samples::SetLast ( int64_t  sample,
uint32_t  stream_id 
)
inline

◆ Sum()

int64_t webrtc::Samples::Sum ( ) const
inline

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