Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKRawDataPipe.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKRenderer.h
3// ZoomVideoSDK
4//
5// Created by Zoom Video Communications on 2019/2/1.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <ZoomVideoSDK/ZoomVideoSDKDelegate.h>
11
16@interface ZoomVideoSDKRawDataPipe : NSObject
17
28
34
42- (ZoomVideoSDKError)subscribeWithDelegate:(id<ZoomVideoSDKRawDataPipeDelegate> _Nullable)delegate
43 resolution:(ZoomVideoSDKVideoResolution)resolution;
44
50- (ZoomVideoSDKError)unSubscribeWithDelegate:(id<ZoomVideoSDKRawDataPipeDelegate> _Nullable)delegate;
51
52@end
53
ZoomVideoSDKVideoResolution
ZoomVideoSDKVideoResolution An enumeration of video raw data resolution.
ZoomVideoSDKVideoType
ZoomVideoSDKVideoType An enumeration of video type.
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
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.