Searched defs:StatisticalEventInfo (Results 1 – 2 of 2) sorted by relevance
184 struct StatisticalEventInfo { struct185 int32_t errCode = -1;186 std::string errMsg;187 int32_t recordDuration = -1;188 std::string containerMime;189 std::string videoResolution;190 int8_t hdrType = HdrType::HDR_TYPE_NONE;191 int32_t startLatency = -1;
130 struct StatisticalEventInfo { struct131 int32_t errCode = 0;132 std::string errMsg;133 int32_t captureDuration = -1;134 bool userAgree = false;135 bool requireMic = false;136 bool enableMic = false;137 std::string videoResolution;138 StopReason stopReason = StopReason::STOP_REASON_INVALID;139 int32_t startLatency = -1;