Has anybody found some applications and usefulness of the "Advanced Audio Controller" available in S60 2.1 SDK?
What is its reletionship with the multimedia framework?
Might it help developers??
Some classes:
CAdvancedAudioInput
CAdvancedAudioOutput
CAdvancedAudioRecordController
interesting looking classes, have to say for some reason I have never noticed these ones before. Anyway, the classes you mentioned are abstract base classes. The real usable classes are called
CDevSoundAudioInput (devsoundaudioinput.h), and
CDevSoundAudioOutput (devsoundaudiooutput.h)
the required library DevSoundAudioOutput.lib seems to be also included for SDK 2.1 & 7710 SDK only.
Anyway, never tried these classes, would be great if anybody would know any benefits of using these classes and would like to share opinions and information as well.