Hi
what are the capabilities required for CAudioInput Class??
Please reply..
Regards,
Paul
Hi
what are the capabilities required for CAudioInput Class??
Please reply..
Regards,
Paul
you could maybe check it from the example attached in wiki page: http://wiki.forum.nokia.com/index.php/Audio_Routing_API
I have written an application using CAudioInput class.
Here is the code:
iRouter = CAudioInput::NewL(*iAInputStream);
RArray<CAudioInput::TAudioInputPreference> inputArray;
inputArray.Append( CAudioInput::EDefaultMic );
// Set Audio Input
iRouter->SetAudioInputL( inputArray.Array( ) );
But when i debug the app in emulator(5th edition with extension plugin and 3rd edition fp2),In the first line ,it give error "Feature not supported"....
M i missing some capabilities??
Is MutimediaDD capability required for CAudioInput class...??
Please help me...I am stuck here.
Thanks in advance
'Feature not supported' does not depend on capabilities, the emulator usually supports less features than the actual devices.
Hi,
I have tested on device(3rd edition fp2 and 5th edition) also..it shows same error "feature not supported"..but it works on 3rd edition fp1 device...
please help me
Regards,
Mautushi
Have you tested it with the proper SDK+plugin pack combination? Note that the plugin API-s come without compatibility guarantees, so the FP1 binary will not necessarily work on FP2/5th.
I have installed 3rd edition fp2 SDK and 5th edition SDK with extension plug-in.
Hi Mautushi,
Have you made any progress on this issue?
I tried something very similar and got the same failure in the simulator: "Feature not supported (-5)"
I am using the S60 5th Edition SDK with the API extension plug-ins S60 3rd FP2 v1.3, S60 5th v1.1 and the supplementary S60 5th
Also, have you got this running on actual S60 3rd FP1 _device_ ? I thought this feature was not introduced until FP2?
Thanks,
Claus