MVtImageRotatorObserver Class Reference

class MVtImageRotatorObserver

Image rotator observer interface.

videosource.lib

Public Member Functions
void RotationFinished ( TInt )

Member Functions Documentation

RotationFinished(TInt)

void RotationFinished ( TInt aError ) [pure virtual]

Callback method that is called by CVtImageRotator when rotation process has been finished.

Parameters

TInt aError KErrNone if the rotation was done successfully, one of the system wide error codes otherwise.