有没有办法检查何时到达设定的媒体元素位置?
当我在媒体元素中设置位置时,是否有任何事件或事物需要检查以查看它何时到达该位置?
我尝试检查缓冲,因为我认为它会这样做,但没有。我也尝试过获得该位置,但原因之一返回了我刚刚设置的值,即使搜索尚未完成。
When I set the position in a mediaelement is there any event or thing to check to see when it has reached that position?
I have tried to check for buffering as I figured it would do that but no. I have also tried get the position but that one of cause returns what I just set even though the seek is not yet done.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(4)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
您可以检查(MediaElement.Position 属性)http: //msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement.position.aspx
You can check (MediaElement.Position Property) http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement.position.aspx