wjc
2023-04-26 82fab9daa174a3028d0f7dd3549ef8bd3760bbce
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"
    }
 
}