This commit is contained in:
lixiaopeng
2021-02-23 14:59:16 +08:00
parent b9b4b8d2e6
commit 6891d97505
20 changed files with 12 additions and 530 deletions

View File

@@ -44,6 +44,12 @@ object CarCorderController : TakePhotoCallback, TakeVideoCallback {
private var mLatitude: Double = 0.0
private var mSpeed: Float = 0f
private var mAddress: String = ""
private var mDirection: Float = 0f
private var mAreaCode: String = ""
private var mCityCode: String = ""
private var getVideoFailed: (() -> Unit)? = null
private var interceptors: ArrayList<TakePhotoInterceptor> = ArrayList(1)
@@ -130,8 +136,8 @@ object CarCorderController : TakePhotoCallback, TakeVideoCallback {
// } else {
//失败了,传空地址,发起请求
val entity = TakeEntity(isCustom, id, fromType)
videoAndThumbMap["video"] = ""
videoAndThumbMap["thumb"] = ""
// videoAndThumbMap["video"] = ""
// videoAndThumbMap["thumb"] = ""
// CosStatusController().sendInformationDirectly(
// INFO_TYPE_VIDEO,