mmplugins/cameraplugins/source/webcamera/ecamwebcameraactive.h
branchRCL_3
changeset 64 92a82bc706f7
parent 9 9ae0fe04e757
equal deleted inserted replaced
9:9ae0fe04e757 64:92a82bc706f7
    46      * @param aDriver 
    46      * @param aDriver 
    47      		  reference to driver.
    47      		  reference to driver.
    48      */
    48      */
    49     CWebCameraActive(MWebCameraActiveCallBack* aOwner, RWebcameraDevice& aDriver);
    49     CWebCameraActive(MWebCameraActiveCallBack* aOwner, RWebcameraDevice& aDriver);
    50 	
    50 	
    51 	/**> Destructor */
    51 	/** Destructor */
    52 	~CWebCameraActive();
    52 	~CWebCameraActive();
    53 	
    53 	
    54     /**
    54     /**
    55      * Two-phased constructor.
    55      * Two-phased constructor.
    56      * @param aOwner 
    56      * @param aOwner 
    82 	
    82 	
    83 	Calls CWebCamera::ImageCaptureCallBack when capture is complete. 
    83 	Calls CWebCamera::ImageCaptureCallBack when capture is complete. 
    84 	
    84 	
    85 	* @param aDes descriptor to store a capture image
    85 	* @param aDes descriptor to store a capture image
    86 	*/
    86 	*/
    87 	void ImageCapture(TDes8& aDes);
    87 	void ImageCapture(TInt& aChunkSize);
    88 	
    88 	
    89 	/** 
    89 	/** 
    90 	Cancels the asynchronous still image capture. 
    90 	Cancels the asynchronous still image capture. 
    91 	
    91 	
    92 	@see CWebCamera::CancelCaptureImage
    92 	@see CWebCamera::CancelCaptureImage