|
Meeting SDK for iOS API Reference
|
A class that contains video capability information. More...
#include <MobileRTCVideoCapabilityItem.h>
Inherits NSObject.
Properties | |
| int | width |
| The video frame width. | |
| int | height |
| The video frame height. | |
| int | videoFrame |
| The video frame rate. | |
A class that contains video capability information.
Definition at line 12 of file MobileRTCVideoCapabilityItem.h.
|
readwritenonatomicassign |
The video frame height.
Definition at line 22 of file MobileRTCVideoCapabilityItem.h.
|
readwritenonatomicassign |
The video frame rate.
Definition at line 27 of file MobileRTCVideoCapabilityItem.h.
|
readwritenonatomicassign |
The video frame width.
Definition at line 17 of file MobileRTCVideoCapabilityItem.h.