enableLocalVideoCustomProcess method

void enableLocalVideoCustomProcess(
  1. bool enable,
  2. int format,
  3. int type
)

Implementation

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