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)

void McaesboStillBurstCaptureMoment ( TInt aError ) [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 aError Error code KErrNone to indicate success or a standard Symbian OS error code.

McaesboStillBurstComplete(TInt, TInt)

void McaesboStillBurstComplete ( TInt aImageCountDelivered,
TInt aError
) [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 aImageCountDelivered Count of delivered burst images.
TInt aError Error code KErrNone to indicate success or a standard Symbian OS error code.