iOS SDK 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 Video Communications on 2020/3/9.
6// Copyright © 2020 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11@interface MobileRTCVideoCapabilityItem : NSObject
12
16@property (nonatomic, assign) int width;
20@property (nonatomic, assign) int height;
24@property (nonatomic, assign) int videoFrame;
25
26@end