Package io.agora.rtc2.video
Class SnapshotConfig
java.lang.Object
io.agora.rtc2.video.SnapshotConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe local path (including filename extensions) of the snapshot.The position of the snapshot video frame in the video pipeline. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filePath
The local path (including filename extensions) of the snapshot. For example: - Android: `/storage/emulated/0/Android/data//files/example.jpg` -
position
The position of the snapshot video frame in the video pipeline. See `VideoModulePosition`.
-
-
Constructor Details
-
SnapshotConfig
public SnapshotConfig()
-