MTNEVideoClipThumbObserver Class Reference

class MTNEVideoClipThumbObserver

Observer for notifying that video clip thumb has been completed.

CTNEVideoClipInfo

Member Functions Documentation

NotifyVideoClipThumbCompleted(CTNEVideoClipInfo &, TInt, CFbsBitmap *)

voidNotifyVideoClipThumbCompleted(CTNEVideoClipInfo &aInfo,
TIntaError,
CFbsBitmap *aThumb
)[pure virtual]

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

Parameters

CTNEVideoClipInfo & aInfovideo clip info
TInt aErrorKErrNone if frame was completed successfully; one of the system wide error codes if generating frame failed
CFbsBitmap * aThumbpointer to thumb if it was generated successfully; NULL if generating frame failed