Home
last modified time | relevance | path

Searched defs:StatisticalEventInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h184 struct StatisticalEventInfo { struct
185 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;
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h130 struct StatisticalEventInfo { struct
131 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;