Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoSourceHelper.h
Go to the documentation of this file.
1
5
6#import <Foundation/Foundation.h>
7
12@interface MobileRTCVideoSourceHelper : NSObject
13
20-(MobileRTCRawDataError)setPreProcessor:(id<MobileRTCPreProcessorDelegate>) delegate;
21
29-(MobileRTCRawDataError)setExternalVideoSource:(id<MobileRTCVideoSourceDelegate>)delegate videoDataFormat:(MobileRTCFrameDataFormat)format;
30
31@end
MobileRTCFrameDataFormat
Enumeration of the video frame data format.
MobileRTCRawDataError
Enumeration of the raw data.
A helper for managing video sources and capture.