how to get file name to input to 'IWMMetadataEditor' in C++ ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I wanted to open a media file thru 'IWMMetadataEditor' struct variable in C++. After opening this file , I am initialising the 'IWMHeaderInfo' struct variable so that I can collect the meta data of media file(audio/video) through it's properties.. Can anybody tell me how to get the file name which is being played in WMP which will be input to 'IWMMetadataEditor' (pEditor->Open(???)) Regards, Supriya Tonape.