enableCustomVideoCapture method

void enableCustomVideoCapture(
  1. TRTCVideoStreamType streamType,
  2. bool enable
)

Implementation

void enableCustomVideoCapture(TRTCVideoStreamType streamType, bool enable) {
  _trtcFFIBindings.enable_custom_video_capture(_trtcsharedInstanceNativePointer, streamType.value(), enable);
}