Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareStatisticInfo Class Reference

Share statistic information. More...

#include <ZoomVideoSDKUser.h>

Inherits NSObject.

Properties

NSInteger width
 Gets the frame width.
 
NSInteger height
 Gets the frame height.
 
NSInteger fps
 Gets the frame per second.
 
NSInteger bps
 Gets the bits per second.
 
ZoomVideoSDKNetworkStatus shareNetworkStatus
 Gets the share network status.
 

Detailed Description

Share statistic information.

Definition at line 43 of file ZoomVideoSDKUser.h.

Property Documentation

◆ bps

- (NSInteger) bps
readwritenonatomicassign

Gets the bits per second.

Definition at line 59 of file ZoomVideoSDKUser.h.

◆ fps

- (NSInteger) fps
readwritenonatomicassign

Gets the frame per second.

Definition at line 55 of file ZoomVideoSDKUser.h.

◆ height

- (NSInteger) height
readwritenonatomicassign

Gets the frame height.

Definition at line 51 of file ZoomVideoSDKUser.h.

◆ shareNetworkStatus

- (ZoomVideoSDKNetworkStatus) shareNetworkStatus
readwritenonatomicassign

Gets the share network status.

Definition at line 63 of file ZoomVideoSDKUser.h.

◆ width

- (NSInteger) width
readwritenonatomicassign

Gets the frame width.

Definition at line 47 of file ZoomVideoSDKUser.h.