Am I at wrong place or my question is so much complicated that nobody is answering ....
Could anyone tell me, from where I can get conversion plug-in ( WMP SDK 11 ) sample or steps to make it so that I can get the event for the scenerios which are mentioned in WMP SDK 11
"Navin Kaushik" wrote:
[Quoted Text] > Hi, > I am creating a Conversion Plug-in for WMP 11, I performed steps given > below: > > 1. Permissions value set to 159 and Runtime value set to 13 at following > key: > > HKEY_LOCAL_MACHINE\Software\Microsoft\Multimedia\WMPlayer\Extensions\customExtension\.xyz > > 2. Library classification registry entries: > > HKEY_LOCAL_MACHINE\Software\Microsoft\MediaPlayer\MLS\Extensions > xyz REG_SZ audio > > HKEY_CLASSES_ROOT\.xyz > PerceivedType REG_SZ audio > > 3. ConvertPluginCLSID entry: > > HKEY_LOCAL_MACHINE\Software\Microsoft\Multimedia\WMPlayer\Extensions\.xyz\ConvertPluginCLSID > > (Default) REG_SZ 4CF65ED9-0717-4817-AD9D-D6B816B05B63 > 4CF65ED9-0717-4817-AD9D-D6B816B05B63 REG_SZ xyz to wma > > 4. I created an ATL component and one object IConvertFormat inherited from > IWMPConvert and implemented both methods ConvertFile and GetErrorURL. > > Now Problem is that, When I add file with extension .xyz to the library, I > am not getting any event in my component. > > How can I get event in my componenet ? Any sample or suggestion will be great. > > Thanks, > Navin > > > > > > >
|