Hi
I want to play WM DRM protected song using CMdaAudioPlayerUtility and CDRMHelper. ( I do not want to use CDrmPlayerUtility).
Please let me know How can i implement this. What APIs i need to call from CDRMHelper. before Play()
vivek
Hi
I want to play WM DRM protected song using CMdaAudioPlayerUtility and CDRMHelper. ( I do not want to use CDrmPlayerUtility).
Please let me know How can i implement this. What APIs i need to call from CDRMHelper. before Play()
vivek
If I remember right the CDrmPlayerUtility was made so you could play DRM protected audio files without DRM capability, thus if you want to use CMdaAudioPlayerUtility for playing DRM protected audio, I would assume that you would then be required to have DRM capability for your process.
You are right,the wiki link talks in details about that only
http://wiki.forum.nokia.com/index.ph...mPlayerUtility
Any specific reasons why you would not want to use the drmutil?
As for the usage of CDRMHelper please check the link below :-
http://library.forum.nokia.com/index...lper_API4.html
Cheers,
Mayank
In my application, i have used CDrmPlayerUtility to play DRM protected songs. But in E75 WM DRM protected songs are not playing. Whereas same song is playing in S60 music player. While looking for an alternative options, i found CMdaAudioPlayerUtility with CDRMHelper.
So now, i am trying for this. But my doubt is, how to use this. What are All APIs nned to call before playing the song.