MCaeStillBurstObserver Class Reference

class MCaeStillBurstObserver

Camera Application Engine still burst observer class. Mixin base class for the clients of Camera Application Engine.

CAEENGINE.LIB
Since
2.1

Member Functions Documentation

McaesboStillBurstCaptureMoment(TInt)

voidMcaesboStillBurstCaptureMoment(TIntaError)[pure virtual]
Called asynchronously (multiple times) when still image burst capturing is running and an image is captured after CCaeEngine::CaptureStill() has been called. Called once for every still image capture during the burst (just before the capture).
Since
2.1

Parameters

TInt aErrorError code KErrNone to indicate success or a standard Symbian OS error code.

McaesboStillBurstComplete(TInt, TInt)

voidMcaesboStillBurstComplete(TIntaImageCountDelivered,
TIntaError
)[pure virtual]
Called asynchronously when still image burst capturing is completed after CCaeEngine::CaptureStill() has been called. Before completion the engine has delivered all the captured images using McaeoSnapImageReady() and McaeoStillImageReady() methods of MCamAppEngineObserver.
Since
2.1

Parameters

TInt aImageCountDeliveredCount of delivered burst images.
TInt aErrorError code KErrNone to indicate success or a standard Symbian OS error code.