Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoCapabilityItem.h
Go to the documentation of this file.
1
//
2
// MobileRTCVideoCapabilityItem.h
3
// MobileRTC
4
//
5
// Created by Zoom Communications on 2020/3/9.
6
// Copyright © Zoom Communications, Inc. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
14
@interface
MobileRTCVideoCapabilityItem
: NSObject
15
19
@property
(nonatomic, assign)
int
width
;
23
@property
(nonatomic, assign)
int
height
;
27
@property
(nonatomic, assign)
int
videoFrame
;
28
29
@end
MobileRTCVideoCapabilityItem
Definition
MobileRTCVideoCapabilityItem.h:15
MobileRTCVideoCapabilityItem::width
int width
The video frame width.
Definition
MobileRTCVideoCapabilityItem.h:19
MobileRTCVideoCapabilityItem::videoFrame
int videoFrame
The video frame rate.
Definition
MobileRTCVideoCapabilityItem.h:27
MobileRTCVideoCapabilityItem::height
int height
The video frame height.
Definition
MobileRTCVideoCapabilityItem.h:23
SDK-docs
Doxygen
ios
msdk
MobileRTC.xcframework
ios-arm64
MobileRTC.framework
Headers
MobileRTCVideoCapabilityItem.h
Generated by
1.12.0