Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoCapabilityItem.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
12@interface MobileRTCVideoCapabilityItem : NSObject
13
17@property (nonatomic, assign) int width;
18
22@property (nonatomic, assign) int height;
23
27@property (nonatomic, assign) int videoFrame;
28
29@end
A class that contains video capability information.