TVIVideoTrackStats Class Reference

Inherits from TVITrackStats : TVIBaseTrackStats : NSObject
Declared in TVIVideoTrackStats.h

Overview

TVIVideoTrackStats represents stats about a remote video track.

  dimensions

Received frame dimensions.

@property (nonatomic, assign, readonly) CMVideoDimensions dimensions

Declared In

TVIVideoTrackStats.h

  frameRate

Received frame rate.

@property (nonatomic, assign, readonly) NSUInteger frameRate

Declared In

TVIVideoTrackStats.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

Video track stats cannot be created explicitly.

Declared In

TVIVideoTrackStats.h