I try to obtain all Mime type supported by a CCompressedVideoFormat.
With an object of this class i use the method MimeType() who return a TDesC8. I don't know how print this information on a file (RFile).
Can anyone give me a solution?
Thanks
I try to obtain all Mime type supported by a CCompressedVideoFormat.
With an object of this class i use the method MimeType() who return a TDesC8. I don't know how print this information on a file (RFile).
Can anyone give me a solution?
Thanks
Hi,
If you search on wiki you will find the lots of link of example.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Ok i have try with:
TBuf<1024> z1;
z1.Copy(aFormat.MimeType());
LFPRINT((_L("MIME - opData: %S"), &z1));
where:
CCompressedVideoFormat& aFormat
and LFPRINT is a macro who print on a file with RFile
But when I try to read file the data isn't readable. Why?
Thanks again
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827