iOS SDK API Reference
|
Preprocess raw data data before rendering. @discussion The MobileRTCPreProcessorDelegate protocol is required in the custom meeting UI view. More...
#import <MobileRTCMeetingDelegate.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onPreProcessRawData: |
Preprocess video's YUV420 data before rendering receive. | |
Preprocess raw data data before rendering. @discussion The MobileRTCPreProcessorDelegate protocol is required in the custom meeting UI view.
Definition at line 1116 of file MobileRTCMeetingDelegate.h.
|
optional |
Preprocess video's YUV420 data before rendering receive.
rawData | Video's YUV420 data. |