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
Capability information of video source.
int height
Gets the height of video.
int width
Gets the width of video.
int frame
Gets the frame rate of video.