AlbumConfig

actual data class AlbumConfig : AlbumCommonConfig

相册配置实例

actual data class AlbumConfig

Constructors

Link copied to clipboard
constructor(snapshotDir: String? = null, recordDir: String? = null, watermarkConfig: WaterMarkConfig?)
constructor(watermarkConfig: <Error class: unknown class>?)

Properties

Link copied to clipboard
val recordDir: String? = null

录像目录 {recordDir}/devid/datetime_xxx.mp4

Link copied to clipboard
val snapshotDir: String? = null

截图目录 {snapshotDir}/devid/datetime_xxx.jpg

watermarkConfig
Link copied to clipboard
open override val watermarkConfig: WaterMarkConfig?

水印配置

open val watermarkConfig: <Error class: unknown class>?