wjc
2023-04-13 c6402221a27aab8dfdac6e08967041e0c5009612
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"
    }
 
}