MMediaFactoryFileInfo Class Reference

class MMediaFactoryFileInfo

Interface class for the CSmilPlayerMediaFactory class.

Since
2.0
Public Member Functions
TUint GetCharacterSetL(const TDesC &)
voidGetFileHandleL(const TDesC &, RFile &)
TPtrC8 GetMimeTypeL(const TDesC &)

Member Functions Documentation

GetCharacterSetL(const TDesC &)

TUint GetCharacterSetL(const TDesC &aUrl)[pure virtual]

Implementation should return character set matching given URL.

Since
2.0

Parameters

const TDesC & aUrlIN URL that character set is requested.

GetFileHandleL(const TDesC &, RFile &)

voidGetFileHandleL(const TDesC &aUrl,
RFile &aFile
)[pure virtual]

Implementation should return file handle matching given URL.

Since
3.0

Parameters

const TDesC & aUrlIN URL that file handle is requested.
RFile & aFileOUT Should contain file handle that matches to the URL when function returns. Ownership of the handle is transferred to caller of the function.

GetMimeTypeL(const TDesC &)

TPtrC8 GetMimeTypeL(const TDesC &aUrl)[pure virtual]

Implementation should return MIME type matching given URL.

Since
2.0

Parameters

const TDesC & aUrlIN URL that MIME type is requested.