首页| 论坛| 消息

标题:QML MediaPlayer 无法循环播放
作者:rophie
日期:2015-07-17 16:36
内容:

环境:Qt5.3.0 minGWwindows 7 以及wmv格式的视频
MediaPlayer {
id: player
source: "file:///E:/1.wmv"
autoPlay: true
loops: MediaPlayer.Infinite
//onStopped: player.play()
}
VideoOutput {
id: videoOutput
source: player
anchors.fill: parent
}
难道这又是个bug?

回复 发表
主题 版块