我的主页

快递查询 :http://m.kuaidi100.com     爱快递查询 :http://www.aikuaidi.cn/              

http://www.qtcn.org/bbs/u/168050  [收藏] [复制]

w642833823

  • 10

    关注

  • 67

    粉丝

  • 42

    访客

  • 等级:新手上路
  • 总积分:43
  • 保密,2011-12-07

最后登录:2024-04-20

更多资料

日志

使用QML的简单几句话实现视频播放

2019-10-03 23:39
import QtQuick 2.4
import QtQuick.Controls 1.3
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2
import QtMultimedia 5.4

ApplicationWindow {
    title: qsTr("简易视频播放器")
    width: 640
    height: 480
    visible: true
Rectangle {  
        color: "black"  
        anchors.fill: parent  

        MediaPlayer {  
            id: mediaPlayer  
            source: "file:///storage/sdcard0/1.mp4"  
            autoPlay: true  
        }  

      Rectangle {
        color: "black"
        anchors.fill: parent

        VideoOutput {
            id: video
            anchors.fill: parent
            source: mediaPlayer
        }
    }
}
}
分类:手机端开发版|回复:0|浏览:1188|全站可见|转载
 

Powered by phpwind v8.7 Certificate Copyright Time now is:04-20 17:17
©2005-2016 QTCN开发网 版权所有 Gzip disabled