MTNEVideoClipInfoObserver Class Reference

class MTNEVideoClipInfoObserver

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

CTNEVideoClipInfo

Public Member Functions
void NotifyVideoClipInfoReady ( CTNEVideoClipInfo &, TInt )

Member Functions Documentation

NotifyVideoClipInfoReady(CTNEVideoClipInfo &, TInt)

void NotifyVideoClipInfoReady ( CTNEVideoClipInfo & aInfo,
TInt aError
) [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 & aInfo video clip info
TInt aError KErrNone if info is ready for reading; one of the system wide error codes if reading file failed