Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVideoCanvas.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKVideoCanvas.h
3// ZoomVideoSDK
4//
5// Created by Zoom Video Communications on 2018/12/7.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
15@interface ZoomVideoSDKVideoCanvas : NSObject
16
21
27
33
41- (ZoomVideoSDKError)subscribeWithView:(UIView * _Nullable)view
42 aspectMode:(ZoomVideoSDKVideoAspect)aspect
43 andResolution:(ZoomVideoSDKVideoResolution)resolution;
44
53- (ZoomVideoSDKError)subscribeWithPiPView:(UIView * _Nullable)view
54 aspectMode:(ZoomVideoSDKVideoAspect)aspect
55 andResolution:(ZoomVideoSDKVideoResolution)resolution;
56
61- (ZoomVideoSDKError)unSubscribeWithView:(UIView * _Nullable)view;
62
69- (ZoomVideoSDKError)setAspectMode:(ZoomVideoSDKVideoAspect)aspect toView:(UIView * _Nullable)view;
70
77- (ZoomVideoSDKError)setResolution:(ZoomVideoSDKVideoResolution)resolution toView:(UIView * _Nullable)view;
78
79@end
ZoomVideoSDKVideoResolution
ZoomVideoSDKVideoResolution An enumeration of video raw data resolution.
ZoomVideoSDKVideoType
ZoomVideoSDKVideoType An enumeration of video type.
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
ZoomVideoSDKVideoAspect
ZoomVideoSDKVideoAspect An enumeration of video aspect.
The video canvas is the display area of the video streams on the user’s local device....
ZoomVideoSDKShareStatus *_Nullable shareStatus()
The user share status.
ZoomVideoSDKVideoType canvasType()
This canvas type.
ZoomVideoSDKVideoStatus *_Nullable videoStatus()
The user video status.