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

Video 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.
 
ZoomVideoSDKNetworkStatus videoNetworkStatus
 Get video network status.
 

Detailed Description

Video statistic information.

Definition at line 16 of file ZoomVideoSDKUser.h.

Property Documentation

◆ bps

- (NSInteger) bps
readwritenonatomicassign

bits per second.

Definition at line 32 of file ZoomVideoSDKUser.h.

◆ fps

- (NSInteger) fps
readwritenonatomicassign

frame per second.

Definition at line 28 of file ZoomVideoSDKUser.h.

◆ height

- (NSInteger) height
readwritenonatomicassign

frame height.

Definition at line 24 of file ZoomVideoSDKUser.h.

◆ videoNetworkStatus

- (ZoomVideoSDKNetworkStatus) videoNetworkStatus
readwritenonatomicassign

Get video network status.

Definition at line 36 of file ZoomVideoSDKUser.h.

◆ width

- (NSInteger) width
readwritenonatomicassign

frame width.

Definition at line 20 of file ZoomVideoSDKUser.h.