iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCVideoCapabilityItem Class Reference

#import <MobileRTCVideoCapabilityItem.h>

Inherits NSObject.

Properties

int width
 the video frame width.
 
int height
 the video frame height.
 
int videoFrame
 the video frame rate.
 

Detailed Description

Definition at line 11 of file MobileRTCVideoCapabilityItem.h.

Property Documentation

◆ height

- (int) height
readwritenonatomicassign

the video frame height.

Definition at line 20 of file MobileRTCVideoCapabilityItem.h.

◆ videoFrame

- (int) videoFrame
readwritenonatomicassign

the video frame rate.

Definition at line 24 of file MobileRTCVideoCapabilityItem.h.

◆ width

- (int) width
readwritenonatomicassign

the video frame width.

Definition at line 16 of file MobileRTCVideoCapabilityItem.h.