Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoCapability.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
12@interface ZoomVideoSDKVideoCapability : NSObject
16@property (nonatomic, assign) int width;
20@property (nonatomic, assign) int height;
24@property (nonatomic, assign) int frame;
25
26@end
Capabilitiy infomation of video source.