What is the role of HwDevice ?
| Wed, 2007-07-11 06:25 | |
|
Hi all, What is the role of hardware device in MMF framework (HwDevice)??? Is it used for Hardware chip ??? or we can use it for s/w Codec also. Suppose i want to play data using HwDevice and below HwDevice plugin, instead of hardware chip, we have some other layer which support software codec. Is it possible to use s/w codec instead of h/w codec?? |
|






Forum posts: 5
The role is being an abstraction, it only provides a generic interface that every Hardware Device that decodes and/or encodes has to implement.
And yes, it's possible to use a s/w codec that is the purpose of CMMFSwCodecWrapper class .
http://www.symbian.com/developer/techlib/v9.1docs/doc_source/reference/reference-cpp/N10296/CMMFSwCodecWrapperClass.html
Unfortunately the mmfswcodecwrapper.lib it's not included at the SDK.
See http://discussion.forum.nokia.com/forum/showthread.php?t=104746