MTNEVideoClipThumbObserver Class Reference

class MTNEVideoClipThumbObserver

Observer for notifying that video clip thumb has been completed.

CTNEVideoClipInfo

Member Functions Documentation

NotifyVideoClipThumbCompleted(CTNEVideoClipInfo &, TInt, CFbsBitmap *)

void NotifyVideoClipThumbCompleted ( CTNEVideoClipInfo & aInfo,
TInt aError,
CFbsBitmap * aThumb
) [pure virtual]

Called to notify that video clip thumbnail generation has been completed.

Parameters

CTNEVideoClipInfo & aInfo video clip info
TInt aError KErrNone if frame was completed successfully; one of the system wide error codes if generating frame failed
CFbsBitmap * aThumb pointer to thumb if it was generated successfully; NULL if generating frame failed