start_screen_capture method
int
start_screen_capture(
- trtc_cloud instance,
- tx_view view,
- int type,
- 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,
);
}