iOS API
Instance Methods | List of all members
MobileRTCVideoSourceHelper Class Reference
Inheritance diagram for MobileRTCVideoSourceHelper:

Instance Methods

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

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

The documentation for this class was generated from the following file: