To set saved jpeg image quality of Capture
[platform/core/uifw/dali-adaptor.git] / dali / public-api / capture / capture.h
index b3ec14f..6bff5b3 100755 (executable)
@@ -177,6 +177,19 @@ public:
    * @param[in] size captured size.
    * @param[in] path image file path to be saved as a file.
    * @param[in] clearColor background color of captured scene
+   * @param[in] quality The value to control image quality for jpeg file format in the range [1, 100]
+   */
+  void Start( Actor source, const Vector2& size, const std::string &path, const Vector4& clearColor, const uint32_t quality );
+
+  /**
+   * @brief Start capture and save the image as a file.
+   *
+   * @SINCE_1_9.10
+   *
+   * @param[in] source source actor to be used for capture.
+   * @param[in] size captured size.
+   * @param[in] path image file path to be saved as a file.
+   * @param[in] clearColor background color of captured scene
    */
   void Start( Actor source, const Vector2& size, const std::string &path, const Vector4& clearColor );