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
25
31
39- (ZoomVideoSDKError)subscribeWithDelegate:(id<ZoomVideoSDKRawDataPipeDelegate> _Nullable)delegate
40 resolution:(ZoomVideoSDKVideoResolution)resolution;
41
47- (ZoomVideoSDKError)unSubscribeWithDelegate:(id<ZoomVideoSDKRawDataPipeDelegate> _Nullable)delegate;
48
49@end
50
ZoomVideoSDKVideoResolution
Enumeration of render resolution.
ZoomVideoSDKVideoType
Enumeration of video type.
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
A Class to manage the subscription and unsubscription of video or share raw data.
ZoomVideoSDKShareStatus *_Nullable shareStatus()
The user's share status.
ZoomVideoSDKVideoStatus *_Nullable videoStatus()
The user's video status.
ZoomVideoSDKVideoType rawdataPipeType()
Get the raw data data type.