X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fcapture-impl.h;h=9f0690c43cbe475d7c2a784d053ecafc8c8d5728;hb=0451b54ee6c7e919c915fe39af6db53564aaa0b0;hp=5f6e594859353563df4aac40bdb9a3d621ebe670;hpb=3b88af7c4e5862e3d8ea8e0d515f017ab5524978;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/common/capture-impl.h b/dali/internal/system/common/capture-impl.h index 5f6e594..9f0690c 100644 --- a/dali/internal/system/common/capture-impl.h +++ b/dali/internal/system/common/capture-impl.h @@ -91,6 +91,11 @@ public: Dali::Devel::PixelBuffer GetCapturedBuffer(); /** + * @copydoc Dali::Capture::GetTexture + */ + Dali::Texture GetTexture(); + + /** * @copydoc Dali::Capture::FinishedSignal */ Dali::Capture::CaptureFinishedSignalType& FinishedSignal(); @@ -211,6 +216,7 @@ private: bool mFileSave; bool mUseDefaultCamera; // Whether we use default generated camera, or use inputed camera. bool mSceneOffCameraAfterCaptureFinished; // Whether we need to scene-off after capture finished. + bool mIsNativeImageSourcePossible; }; } // End of namespace Adaptor