snapshot_video method

int snapshot_video(
  1. trtc_cloud instance,
  2. Pointer<Char> user_id,
  3. int stream_type,
  4. int source_type,
)

4.23

Implementation

int snapshot_video(
  trtc_cloud instance,
  ffi.Pointer<ffi.Char> user_id,
  int stream_type,
  int source_type,
) {
  return _snapshot_video(
    instance,
    user_id,
    stream_type,
    source_type,
  );
}