Hi,

Hi,

I'm using winmm.dll to play wmv video. I wanted to find out wmv video Frame Rate and Frame Count of any user selected video. I'm wondering what is the API call in winmm will return those values? or any other way to find out?

For avi files (avifil32.dll), AVIFileGetStream will return stream, so stream.CountFrames and stream.FrameRate will return those values.

I'm looking for similar kind on wmv. Please suggest.

Thank you in advance.