![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
A class that is used to control the video camera. More...
#include <CzCam.h>
Public Member Functions | |
| eCzCameraCaptureQuality | getQuality () const |
| void | setQuality (eCzCameraCaptureQuality quality) |
| void | setResolution (eCzCameraCaptureSize resolution) |
| eCzCameraCaptureSize | getResolution () const |
| void | setFrontFacing () |
| void | setRearFacing () |
| eCzCameraType | getCameraType () const |
| CzEventManager * | getEventsManager () |
| CzVideoCam () | |
| virtual | ~CzVideoCam () |
| int | LoadFromXoml (IzXomlResource *parent, bool load_children, CzXmlNode *node) |
| void | Stop () |
| bool | Start () |
| virtual void | ProcessEventActions (unsigned int event_name, IzXomlResource *parent) |
Protected Attributes | |
| eCzCameraCaptureQuality | Quality |
| eCzCameraCaptureSize | Resolution |
| eCzCameraType | CameraType |
| CzEventManager * | EventsManager |
A class that is used to control the video camera.
| CzVideoCam::CzVideoCam | ( | ) | [inline] |
| virtual CzVideoCam::~CzVideoCam | ( | ) | [inline, virtual] |
| eCzCameraType CzVideoCam::getCameraType | ( | ) | const [inline] |
| CzEventManager* CzVideoCam::getEventsManager | ( | ) | [inline] |
| eCzCameraCaptureQuality CzVideoCam::getQuality | ( | ) | const [inline] |
| eCzCameraCaptureSize CzVideoCam::getResolution | ( | ) | const [inline] |
| int CzVideoCam::LoadFromXoml | ( | IzXomlResource * | parent, |
| bool | load_children, | ||
| CzXmlNode * | node | ||
| ) | [virtual] |
Implements IzXomlResource.
| void CzVideoCam::ProcessEventActions | ( | unsigned int | event_name, |
| IzXomlResource * | parent | ||
| ) | [virtual] |
| void CzVideoCam::setFrontFacing | ( | ) | [inline] |
| void CzVideoCam::setQuality | ( | eCzCameraCaptureQuality | quality | ) | [inline] |
| void CzVideoCam::setRearFacing | ( | ) | [inline] |
| void CzVideoCam::setResolution | ( | eCzCameraCaptureSize | resolution | ) | [inline] |
| bool CzVideoCam::Start | ( | ) |
| void CzVideoCam::Stop | ( | ) |
eCzCameraType CzVideoCam::CameraType [protected] |
CzEventManager* CzVideoCam::EventsManager [protected] |
eCzCameraCaptureQuality CzVideoCam::Quality [protected] |
eCzCameraCaptureSize CzVideoCam::Resolution [protected] |