Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoSourceHelper Class Reference

#include <MobileRTCVideoSourceHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCRawDataError- setPreProcessor:
 This method is used to preprocess video's YUV420 data before rendering receive.
 
(MobileRTCRawDataError- setExternalVideoSource:
 This method is used to send your own video rawdata.
 

Detailed Description

Definition at line 14 of file MobileRTCVideoSourceHelper.h.

Method Documentation

◆ setExternalVideoSource:

- (MobileRTCRawDataError) setExternalVideoSource: (id< MobileRTCVideoSourceDelegate >) delegate

This method is used to send your own video rawdata.

Parameters
delegateplease See MobileRTCVideoSourceDelegate.
Warning
Set nil for Switch to internal video source.

◆ setPreProcessor:

- (MobileRTCRawDataError) setPreProcessor: (id< MobileRTCPreProcessorDelegate >) delegate

This method is used to preprocess video's YUV420 data before rendering receive.

Parameters
delegateplease See MobileRTCPreProcessorDelegate.
Warning
Set nil stop preProcessor.