hi i know what is a mime type and i can declare as a descriptor as below
_LIT8(MimeType,"image/jpeg");
but CImageEncoder::FileNewL requires aImageType as TUid what is the TUid of aImageType for JPG image please help
hi i know what is a mime type and i can declare as a descriptor as below
_LIT8(MimeType,"image/jpeg");
but CImageEncoder::FileNewL requires aImageType as TUid what is the TUid of aImageType for JPG image please help
Actually there are two overloads of CImageEncoder::FileNewL.
yes i know but where can i see the TUid For MimeType of jpg please tell me
A lil bit of searching on the SDK/Google/DiBo gives you most of the things my dear :-)
http://www.symbian.com/developer/tec...CodecData.html
Cheers,
Mayank
Honestly I do not care.
But if you do, apparently you can get an array of supported types via CImageEncoder::GetFileTypesL. And it contains everything you can expect: a friendly name, a MIME type, type and subtype fields. And even the common extension for the files as I see.