takeRemoteSnapshot abstract method

Future<int> takeRemoteSnapshot(
  1. int uid,
  2. int streamType,
  3. String path
)

远端视频画面截图。 调用 takeRemoteSnapshot 截取指定 uid 远端主流和远端辅流的视频画面,并通过 NERtcChannelEventCallback.onTakeSnapshotResult 回调返回截图画面的数据。

说明

参数说明

uid 远端用户 ID。

streamType 截图的视频流类型。支持设置为主流或辅流。详细信息请参考 NERtcVideoStreamType

path 截图存放的路径。

Implementation

Future<int> takeRemoteSnapshot(int uid, int streamType, String path);