Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h412 struct PhotoOutputAsyncContext : public AsyncContext { struct
413PhotoOutputAsyncContext(std::string funcName, int32_t taskId) : AsyncContext(funcName, taskId) {}; in PhotoOutputAsyncContext() argument
414 int32_t quality = -1;
415 int32_t rotation = -1;
416 bool isMirror = false;
417 bool isMirrorSettedByUser = false;
418 bool hasPhotoSettings = false;
419 bool isSupported = false;
420 shared_ptr<Location> location;
421 PhotoOutputNapi* objectInfo = nullptr;
[all …]