使用 SmoothStreamingMediaElement 实现 Jog
我正在尝试使用 SmoothStreamingMediaElement 实现点动功能。也就是说,我想跳到视频的下一帧。
不幸的是我不知道如何获取播放视频的帧速率,有人知道如何吗?我想我可以在转码时向媒体添加一个属性,但我不想这样做。
I'm trying to implement a jog function using the SmoothStreamingMediaElement. That is, I want to skip to the next frame of video.
Unfortunately I can't work out how to get the frame rate of the playing video, does anyone know how? I guess I could add an attribute to the media when I transcode it but I'd prefer not to.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法直接从 Silverlight 获取帧速率 - 您需要使用另一种方法来传递该值。
You can't get the frame rate directly from Silverlight - you need to use another method to pass the value.