#include <Statistics.h>
Statistics entry for an FFmpeg execute session.
Definition at line 30 of file Statistics.h.
◆ Statistics()
ffmpegkit::Statistics::Statistics |
( |
const long |
sessionId, |
|
|
const int |
videoFrameNumber, |
|
|
const float |
videoFps, |
|
|
const float |
videoQuality, |
|
|
const int64_t |
size, |
|
|
const double |
time, |
|
|
const double |
bitrate, |
|
|
const double |
speed |
|
) |
| |
◆ getBitrate()
double ffmpegkit::Statistics::getBitrate |
( |
| ) |
|
◆ getSessionId()
long ffmpegkit::Statistics::getSessionId |
( |
| ) |
|
◆ getSize()
int64_t ffmpegkit::Statistics::getSize |
( |
| ) |
|
◆ getSpeed()
double ffmpegkit::Statistics::getSpeed |
( |
| ) |
|
◆ getTime()
double ffmpegkit::Statistics::getTime |
( |
| ) |
|
◆ getVideoFps()
float ffmpegkit::Statistics::getVideoFps |
( |
| ) |
|
◆ getVideoFrameNumber()
int ffmpegkit::Statistics::getVideoFrameNumber |
( |
| ) |
|
◆ getVideoQuality()
float ffmpegkit::Statistics::getVideoQuality |
( |
| ) |
|
◆ _bitrate
double ffmpegkit::Statistics::_bitrate |
|
private |
◆ _sessionId
long ffmpegkit::Statistics::_sessionId |
|
private |
◆ _size
int64_t ffmpegkit::Statistics::_size |
|
private |
◆ _speed
double ffmpegkit::Statistics::_speed |
|
private |
◆ _time
double ffmpegkit::Statistics::_time |
|
private |
◆ _videoFps
float ffmpegkit::Statistics::_videoFps |
|
private |
◆ _videoFrameNumber
int ffmpegkit::Statistics::_videoFrameNumber |
|
private |
◆ _videoQuality
float ffmpegkit::Statistics::_videoQuality |
|
private |
The documentation for this class was generated from the following files: