start_screen_capture method

int start_screen_capture(
  1. trtc_cloud instance,
  2. tx_view view,
  3. int type,
  4. Pointer<trtc_video_enc_param_t> param,
)

9.1

Implementation

int start_screen_capture(
  trtc_cloud instance,
  tx_view view,
  int type,
  ffi.Pointer<trtc_video_enc_param_t> param,
) {
  return _start_screen_capture(
    instance,
    view,
    type,
    param,
  );
}