Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKRawDataPipe.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7#import <ZoomVideoSDK/ZoomVideoSDKDelegate.h>
8
13@interface ZoomVideoSDKRawDataPipe : NSObject
14
20
26
32
40- (ZoomVideoSDKError)subscribeWithDelegate:(id<ZoomVideoSDKRawDataPipeDelegate> _Nullable)delegate
41 resolution:(ZoomVideoSDKVideoResolution)resolution;
42
48- (ZoomVideoSDKError)unSubscribeWithDelegate:(id<ZoomVideoSDKRawDataPipeDelegate> _Nullable)delegate;
49
50@end
51
ZoomVideoSDKVideoResolution
Enumeration of the render resolution.
ZoomVideoSDKVideoType
Enumeration of the video type.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
A class to manage the subscription and unsubscription of video or share raw data.
ZoomVideoSDKShareStatus *_Nullable shareStatus()
Gets the user's share status.
ZoomVideoSDKVideoStatus *_Nullable videoStatus()
Gets the user's video status.
ZoomVideoSDKVideoType rawdataPipeType()
Gets the raw data type.