MobileFFmpeg iOS / tvOS API  4.4
Instance Methods
Statistics Class Reference

Instance Methods

(instancetype) - init
 
(instancetype) - initWithId:videoFrameNumber:fps:quality:size:time:bitrate:speed:
 
(void) - update:
 
(long) - getExecutionId
 
(int) - getVideoFrameNumber
 
(float) - getVideoFps
 
(float) - getVideoQuality
 
(long) - getSize
 
(int) - getTime
 
(double) - getBitrate
 
(double) - getSpeed
 

Detailed Description

Statistics for running executions.

Definition at line 25 of file Statistics.h.

Method Documentation

◆ getBitrate

- (double) getBitrate

Definition at line 30 of file Statistics.m.

◆ getExecutionId

- (long) getExecutionId

Definition at line 30 of file Statistics.m.

◆ getSize

- (long) getSize

Definition at line 30 of file Statistics.m.

◆ getSpeed

- (double) getSpeed

Definition at line 30 of file Statistics.m.

◆ getTime

- (int) getTime

Definition at line 30 of file Statistics.m.

◆ getVideoFps

- (float) getVideoFps

Definition at line 30 of file Statistics.m.

◆ getVideoFrameNumber

- (int) getVideoFrameNumber

Definition at line 30 of file Statistics.m.

◆ getVideoQuality

- (float) getVideoQuality

Definition at line 30 of file Statistics.m.

◆ init

- (instancetype) init

Definition at line 30 of file Statistics.m.

◆ initWithId:videoFrameNumber:fps:quality:size:time:bitrate:speed:

- (instancetype) initWithId: (long)  currentExecutionId
videoFrameNumber: (int)  newVideoFrameNumber
fps: (float)  newVideoFps
quality: (float)  newVideoQuality
size: (int64_t)  newSize
time: (int)  newTime
bitrate: (double)  newBitrate
speed: (double)  newSpeed 

Definition at line 30 of file Statistics.m.

◆ update:

- (void) update: (Statistics*)  statistics

Definition at line 30 of file Statistics.m.


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