enableLocalVideoCustomProcess method
Implementation
void enableLocalVideoCustomProcess(bool enable, int format, int type) {
_trtcFFIBindings.enable_local_video_custom_process(_trtcsharedInstanceNativePointer, enable, format, type);
}
void enableLocalVideoCustomProcess(bool enable, int format, int type) {
_trtcFFIBindings.enable_local_video_custom_process(_trtcsharedInstanceNativePointer, enable, format, type);
}