Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoSourceHelper.h
Go to the documentation of this file.
1//
2// MobileRTCVideoSourceHelper.h
3// MobileRTC
4//
5// Created by Zoom Communications on 2020/7/20.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
14@interface MobileRTCVideoSourceHelper : NSObject
15
21-(MobileRTCRawDataError)setPreProcessor:(id<MobileRTCPreProcessorDelegate>) delegate;
22
28-(MobileRTCRawDataError)setExternalVideoSource:(id<MobileRTCVideoSourceDelegate>)delegate;
29
30@end
MobileRTCRawDataError
Enumeration of raw data.