AgoraSnapshotConfig
视频截图设置。
Objective-C
__attribute__((visibility("default"))) @interface AgoraSnapshotConfig: NSObject
@property (copy, nonatomic) NSString * _Nullable filePath;
@property(assign, nonatomic) AgoraVideoModulePosition position;
@end
filePath
截图的本地保存路径,需精确到文件名及格式,例如:
- iOS:
/App Sandbox/Library/Caches/example.jpg
注意
请确保目录存在且可写。
position
截图的视频帧在视频链路中的位置。详见 AgoraVideoModulePosition。