iOS SDK API Reference
Loading...
Searching...
No Matches
<MobileRTCPreProcessorDelegate> Protocol 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.
 

Detailed Description

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.

Method Documentation

◆ onPreProcessRawData:

- (void) onPreProcessRawData: (MobileRTCPreProcessRawData *_Nonnull)  rawData
optional

Preprocess video's YUV420 data before rendering receive.

Parameters
rawDataVideo's YUV420 data.