Miam-Player  0.8.0
A nice music player
QtAV::Statistics::VideoOnly Class Reference

#include <Statistics.h>

Public Member Functions

 VideoOnly ()
 
 VideoOnly (const VideoOnly &)
 
VideoOnlyoperator= (const VideoOnly &)
 
 ~VideoOnly ()
 
qreal currentDisplayFPS () const
 
qreal pts () const
 
qint64 frameDisplayed (qreal pts)
 return current absolute time (seconds since epcho More...
 

Public Attributes

int width
 
int height
 
int coded_width
 
int coded_height
 
int gop_size
 
QString pix_fmt
 

Constructor & Destructor Documentation

◆ VideoOnly() [1/2]

QtAV::Statistics::VideoOnly::VideoOnly ( )

◆ VideoOnly() [2/2]

QtAV::Statistics::VideoOnly::VideoOnly ( const VideoOnly )

◆ ~VideoOnly()

QtAV::Statistics::VideoOnly::~VideoOnly ( )

Member Function Documentation

◆ currentDisplayFPS()

qreal QtAV::Statistics::VideoOnly::currentDisplayFPS ( ) const

◆ frameDisplayed()

qint64 QtAV::Statistics::VideoOnly::frameDisplayed ( qreal  pts)

return current absolute time (seconds since epcho

◆ operator=()

VideoOnly& QtAV::Statistics::VideoOnly::operator= ( const VideoOnly )

◆ pts()

qreal QtAV::Statistics::VideoOnly::pts ( ) const

Member Data Documentation

◆ coded_height

int QtAV::Statistics::VideoOnly::coded_height

◆ coded_width

int QtAV::Statistics::VideoOnly::coded_width

Bitstream width / height, may be different from width/height if lowres enabled.

  • decoding: Set by user before init if known. Codec should override / dynamically change if needed.

◆ gop_size

int QtAV::Statistics::VideoOnly::gop_size

the number of pictures in a group of pictures, or 0 for intra_only

◆ height

int QtAV::Statistics::VideoOnly::height

◆ pix_fmt

QString QtAV::Statistics::VideoOnly::pix_fmt

◆ width

int QtAV::Statistics::VideoOnly::width

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