What is the role of HwDevice ?

Login to reply to this topic.
Wed, 2007-07-11 06:25
Joined: 2007-04-30
Forum posts: 9

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??


Sun, 2008-02-10 23:55
Joined: 2007-06-07
Forum posts: 5
Re: What is the role of HwDevice ?

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

  • Login to reply to this topic.