webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WebCore::VideoPlaybackQuality Class Reference

#include <VideoPlaybackQuality.h>

Inheritance diagram for WebCore::VideoPlaybackQuality:
WTF::RefCounted< VideoPlaybackQuality > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

double creationTime () const
 
unsigned long totalVideoFrames () const
 
unsigned long droppedVideoFrames () const
 
unsigned long corruptedVideoFrames () const
 
double totalFrameDelay () const
 
- Public Member Functions inherited from WTF::RefCounted< VideoPlaybackQuality >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< VideoPlaybackQualitycreate (double creationTime, unsigned long totalVideoFrames, unsigned long droppedVideoFrames, unsigned long corruptedVideoFrames, double totalFrameDelay)
 

Protected Member Functions

 VideoPlaybackQuality (double creationTime, unsigned long totalVideoFrames, unsigned long droppedVideoFrames, unsigned long corruptedVideoFrames, double totalFrameDelay)
 
- Protected Member Functions inherited from WTF::RefCounted< VideoPlaybackQuality >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Protected Attributes

double m_creationTime
 
unsigned long m_totalVideoFrames
 
unsigned long m_droppedVideoFrames
 
unsigned long m_corruptedVideoFrames
 
double m_totalFrameDelay
 

Constructor & Destructor Documentation

◆ VideoPlaybackQuality()

VideoPlaybackQuality::VideoPlaybackQuality ( double  creationTime,
unsigned long  totalVideoFrames,
unsigned long  droppedVideoFrames,
unsigned long  corruptedVideoFrames,
double  totalFrameDelay 
)
protected

Member Function Documentation

◆ corruptedVideoFrames()

unsigned long WebCore::VideoPlaybackQuality::corruptedVideoFrames ( ) const
inline

◆ create()

Ref< VideoPlaybackQuality > VideoPlaybackQuality::create ( double  creationTime,
unsigned long  totalVideoFrames,
unsigned long  droppedVideoFrames,
unsigned long  corruptedVideoFrames,
double  totalFrameDelay 
)
static

◆ creationTime()

double WebCore::VideoPlaybackQuality::creationTime ( ) const
inline

◆ droppedVideoFrames()

unsigned long WebCore::VideoPlaybackQuality::droppedVideoFrames ( ) const
inline

◆ totalFrameDelay()

double WebCore::VideoPlaybackQuality::totalFrameDelay ( ) const
inline

◆ totalVideoFrames()

unsigned long WebCore::VideoPlaybackQuality::totalVideoFrames ( ) const
inline

Member Data Documentation

◆ m_corruptedVideoFrames

unsigned long WebCore::VideoPlaybackQuality::m_corruptedVideoFrames
protected

◆ m_creationTime

double WebCore::VideoPlaybackQuality::m_creationTime
protected

◆ m_droppedVideoFrames

unsigned long WebCore::VideoPlaybackQuality::m_droppedVideoFrames
protected

◆ m_totalFrameDelay

double WebCore::VideoPlaybackQuality::m_totalFrameDelay
protected

◆ m_totalVideoFrames

unsigned long WebCore::VideoPlaybackQuality::m_totalVideoFrames
protected

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