set_water_mark method
7.2
Implementation
int set_water_mark(
trtc_cloud instance,
int stream_type,
ffi.Pointer<ffi.Char> src_data,
int src_type,
int width,
int height,
double x_offset,
double y_offset,
double f_width_ratio,
bool is_visible_on_local_preview,
) {
return _set_water_mark(
instance,
stream_type,
src_data,
src_type,
width,
height,
x_offset,
y_offset,
f_width_ratio,
is_visible_on_local_preview,
);
}