Lines Matching defs:CameraKit
20 * @brief Defines the <b>CameraKit</b> class for using camera functionalities.
28 * @brief Declares functions in the <b>CameraKit</b> class.
51 * @brief Provides functions in the <b>CameraKit</b> class.
57 class CameraKit {
60 * @brief A destructor used to delete the <b>CameraKit</b> instance.
63 ~CameraKit();
65 * @brief Obtains a single instance of the <b>CameraKit</b>.
66 * @return Returns the <b>CameraKit</b> instance if obtained; returns <b>NULL</b> otherwise.
68 static CameraKit *GetInstance();
137 CameraKit();