VOOSMPAnalyticsFilter Class Reference

#import <VOOSMPAnalyticsFilter.h>

+ Inheritance diagram for VOOSMPAnalyticsFilter:

Instance Methods

(id) - init:sourceTime:codecTime:renderTime:jitterTime:
 Initialize filter with values. More...
 

Protected Attributes

int _lastTime
 
int _sourceTime
 
int _codecTime
 
int _renderTime
 
int _jitterTime
 

Properties

int lastTime
 How far back to report (seconds). More...
 
int sourceTime
 Number of instances that will be recorded when the source exceeds this time (ms). More...
 
int codecTime
 Number of instances that will be recorded when the codec exceeds this time (ms). More...
 
int renderTime
 Number of instances that will be recorded when the render exceeds this time (ms). More...
 
int jitterTime
 Number of instances that will be recorded when the jitter exceeds this time (ms). More...
 

Method Documentation

- (id) init: (int)  lastTime
sourceTime: (int)  sourceTime
codecTime: (int)  codecTime
renderTime: (int)  renderTime
jitterTime: (int)  jitterTime 

Initialize filter with values.

Parameters
lastTime[in] How far back to report (s).
sourceTime[in] Number of instances that will be recorded when the source exceeds this time (ms).
codecTime[in] Number of instances that will be recorded when the codec exceeds this time (ms).
renderTime[in] Number of instances that will be recorded when the render exceeds this time (ms).
jitter[in] Number of instances that will be recorded when the jitter exceeds this time (ms).
Returns
object if successful; nil if unsuccessful

Member Data Documentation

- (int) _codecTime
protected
- (int) _jitterTime
protected
- (int) _lastTime
protected
- (int) _renderTime
protected
- (int) _sourceTime
protected

Property Documentation

- (int) codecTime
readwriteatomicassign

Number of instances that will be recorded when the codec exceeds this time (ms).

- (int) jitterTime
readwriteatomicassign

Number of instances that will be recorded when the jitter exceeds this time (ms).

- (int) lastTime
readwriteatomicassign

How far back to report (seconds).

- (int) renderTime
readwriteatomicassign

Number of instances that will be recorded when the render exceeds this time (ms).

- (int) sourceTime
readwriteatomicassign

Number of instances that will be recorded when the source exceeds this time (ms).


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