Is there a way to get frame number in Silverlight MediaElement object? [duplicate]

浪尽此生 提交于 2020-01-03 06:40:08

问题


Possible Duplicate:
silverlight media player with frame counter

We want to know whether we can get frame number?


回答1:


If you know the frames per second (FPS) then you multiply the FPS times the position in the media. MediaElement does not have a way to directly query the FPS.



来源:https://stackoverflow.com/questions/3193989/is-there-a-way-to-get-frame-number-in-silverlight-mediaelement-object

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!