Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVideoCapability.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKVideoCapability.h
3// ZoomVideoSDK
4//
5// Created by Zoom Video Communications on 2020/3/9.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
15@interface ZoomVideoSDKVideoCapability : NSObject
19@property (nonatomic, assign) int width;
23@property (nonatomic, assign) int height;
27@property (nonatomic, assign) int frame;
28
29@end
Capabilitiy infomation of video source.