send_custom_video_data method
10.2
Implementation
int send_custom_video_data(
trtc_cloud instance,
int stream_type,
trtc_video_frame_t frame,
) {
return _send_custom_video_data(
instance,
stream_type,
frame,
);
}
10.2
int send_custom_video_data(
trtc_cloud instance,
int stream_type,
trtc_video_frame_t frame,
) {
return _send_custom_video_data(
instance,
stream_type,
frame,
);
}