关于使用Windows 7 + IE 11更改播放速度 [英] About changing the playback speed with Windows 7 + IE 11

查看:91
本文介绍了关于使用Windows 7 + IE 11更改播放速度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


是否可以使用Windows 7 + IE 11更改播放速度?


Is there a way to make it possible to change the playback speed with Windows 7 + IE 11?

将Azure Media Player与Windows 7 + IE 11一起使用时,将自动选择Flash.
但是,您无法更改播放速度.

When using Azure Media Player with WIndows 7 + IE 11, Flash is automatically selected.
However, you can not change the playback speed.


推荐答案

请注意, "y 您无法更改播放速度",请告诉我们 究竟会发生什么,并提供有关该问题的更多详细信息?

Just to clarify, when you say, ‘you cannot change the playback speed’, could you please let us know what exactly happens and provide more details on the issue?

The  playbackSpeed  设置 是由PlaybackSpeedOptions对象提供的.在JavaScript中设置播放速度选项的示例:

The playbackSpeed setting are given by PlaybackSpeedOptions object. Example of setting playback speed options in JavaScript:

var myPlayer = amp('vid1', {

    fluid: true,

    playbackSpeed: {

        enabled: true,

        initialSpeed: 1.0,

        speedLevels: [

            { name: "x4.0", value: 4.0 },

            { name: "x3.0", value: 3.0 },

            { name: "x2.0", value: 2.0 },

            { name: "x1.75", value: 1.75 },

            { name: "x1.5", value: 1.5 },

            { name: "x1.25", value: 1.25 },

            { name: "normal", value: 1.0 },

            { name: "x0.75", value: 0.75 },

            { name: "x0.5", value: 0.5 },

        ]

    }

});

此选项仅在Azure Media Player版本中可用 2.0.0  和 稍后.

This option is only available in Azure Media Player version 2.0.0 and later.

检查以查看如果上述方法可行,请告诉我们.

Check to see if the above works and let us know.


这篇关于关于使用Windows 7 + IE 11更改播放速度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆