|
Meeting SDK for iOS API Reference
|
A helper for managing video sources and capture. More...
#include <MobileRTCVideoSourceHelper.h>
Inherits NSObject.
Instance Methods | |
| (MobileRTCRawDataError) | - setPreProcessor: |
| Preprocesses video's YUV420 data before rendering receive. | |
| (MobileRTCRawDataError) | - setExternalVideoSource: |
| Sends your own video raw data. | |
A helper for managing video sources and capture.
Definition at line 12 of file MobileRTCVideoSourceHelper.h.
| - (MobileRTCRawDataError) setExternalVideoSource: | (id< MobileRTCVideoSourceDelegate >) | delegate |
Sends your own video raw data.
| delegate | The delegate. See MobileRTCVideoSourceDelegate. |
| - (MobileRTCRawDataError) setPreProcessor: | (id< MobileRTCPreProcessorDelegate >) | delegate |
Preprocesses video's YUV420 data before rendering receive.
| delegate | The delegate. See MobileRTCPreProcessorDelegate. |