Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKShareStatisticInfo Class Reference

Share statistic information. More...

#include <ZoomVideoSDKUser.h>

Inherits NSObject.

Properties

NSInteger width
 frame width
 
NSInteger height
 frame height
 
NSInteger fps
 frame per second
 
NSInteger bps
 bits per second
 

Detailed Description

Share statistic information.

Definition at line 46 of file ZoomVideoSDKUser.h.

Property Documentation

◆ bps

- (NSInteger) bps
readwritenonatomicassign

bits per second

Definition at line 62 of file ZoomVideoSDKUser.h.

◆ fps

- (NSInteger) fps
readwritenonatomicassign

frame per second

Definition at line 58 of file ZoomVideoSDKUser.h.

◆ height

- (NSInteger) height
readwritenonatomicassign

frame height

Definition at line 54 of file ZoomVideoSDKUser.h.

◆ width

- (NSInteger) width
readwritenonatomicassign

frame width

Definition at line 50 of file ZoomVideoSDKUser.h.