Album Config
data class AlbumConfig(val snapshotDir: String? = null, val recordDir: String? = null, val watermarkConfig: WaterMarkConfig?)
相册配置实例
Constructors
Link copied to clipboard
constructor(snapshotDir: String? = null, recordDir: String? = null, watermarkConfig: WaterMarkConfig?)