Video SDK for iOS API Reference
Loading...
Searching...
No Matches
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
ZoomVideoSDKVideoCapability
Capabilitiy infomation of video source.
Definition
ZoomVideoSDKVideoCapability.h:16
ZoomVideoSDKVideoCapability::height
int height
height of video.
Definition
ZoomVideoSDKVideoCapability.h:23
ZoomVideoSDKVideoCapability::width
int width
width of video.
Definition
ZoomVideoSDKVideoCapability.h:19
ZoomVideoSDKVideoCapability::frame
int frame
frame rate of video.
Definition
ZoomVideoSDKVideoCapability.h:27
SDK-docs
Doxygen
ios
vsdk
ZoomVideoSDK.xcframework
ios-arm64
ZoomVideoSDK.framework
Headers
ZoomVideoSDKVideoCapability.h
Generated by
1.12.0