Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCPreProcessorDelegate> Protocol Reference

Preprocess raw data data before rendering. More...

#include <MobileRTCMeetingDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onPreProcessRawData:
 Preprocess video's YUV420 data before rendering receive.
 

Detailed Description

Preprocess raw data data before rendering.

Note
The MobileRTCPreProcessorDelegate protocol is required in the custom meeting UI view.

Definition at line 1777 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.