iOS SDK 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 Video Communications on 2020/7/20.
6// Copyright © 2020 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11@interface MobileRTCVideoSourceHelper : NSObject
12
18-(MobileRTCRawDataError)setPreProcessor:(id<MobileRTCPreProcessorDelegate>) delegate;
19
25-(MobileRTCRawDataError)setExternalVideoSource:(id<MobileRTCVideoSourceDelegate>)delegate;
26
27@end
MobileRTCRawDataError
MobileRTCRawDataError An enumeration of raw data.