MMediaFactoryFileInfo Class Reference

class MMediaFactoryFileInfo

Interface class for the CSmilPlayerMediaFactory class.

Since
2.0

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 & aUrl IN URL that character set is requested.

GetFileHandleL(const TDesC &, RFile &)

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

Implementation should return file handle matching given URL.

Since
3.0

Parameters

const TDesC & aUrl IN URL that file handle is requested.
RFile & aFile OUT 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 & aUrl IN URL that MIME type is requested.