MTNEVideoClipInfoObserver Class Reference

class MTNEVideoClipInfoObserver

Observer for notifying that video clip info is ready for reading.

CTNEVideoClipInfo

Public Member Functions
voidNotifyVideoClipInfoReady(CTNEVideoClipInfo &, TInt)

Member Functions Documentation

NotifyVideoClipInfoReady(CTNEVideoClipInfo &, TInt)

voidNotifyVideoClipInfoReady(CTNEVideoClipInfo &aInfo,
TIntaError
)[pure virtual]

Called to notify that video clip info is ready for reading.

Possible error codes:
  • KErrNotFound if there is no file with the specified name in the specified directory (but the directory exists)

  • KErrPathNotFound if the specified directory does not exist

  • KErrUnknown if the specified file is of unknown format

Parameters

CTNEVideoClipInfo & aInfovideo clip info
TInt aErrorKErrNone if info is ready for reading; one of the system wide error codes if reading file failed