FUABT_SnapshotConfig
The snapshot configuration.
USTRUCT(BlueprintType) struct FUABT_SnapshotConfig { GENERATED_BODY() public: UPROPERTY(VisibleAnywhere, BlueprintReadWrite) FString filePath; UPROPERTY(VisibleAnywhere, BlueprintReadWrite) EUABT_VIDEO_MODULE_POSITION position = EUABT_VIDEO_MODULE_POSITION::POSITION_PRE_ENCODER; };
Attributes
- filePath
-
The local path (including filename extensions) of the snapshot. For example:
- Windows:
C:\Users\<user_name>\AppData\Local\Agora\<process_name>\example.jpg
- iOS:
/App Sandbox/Library/Caches/example.jpg
- macOS:
~/Library/Logs/example.jpg
- Android:
/storage/emulated/0/Android/data/<package name>/files/example.jpg
Attention: Ensure that the path you specify exists and is writable. - Windows:
- position
- The position of the snapshot video frame in the video pipeline. See EUABT_VIDEO_MODULE_POSITION.