wjc
2023-04-11 f2b2a70331d574a345cab0906d4d4b0de48c38b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ezviz.demo.common
 
import ezviz.ezopensdkcommon.common.BaseApplication
 
/**
 * 此处简要说明此文件用途
 * Created by zhuwen6 on 2020/4/12
 */
object FolderPathManager {
 
    fun getOriginStreamFolder(): String {
        return "${BaseApplication.mInstance.externalCacheDir}/Streams"
    }
 
}