Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    What is an ivs file in qt-mobility feedback api? How can I create a file like that?

    Mobile and Embedded
    2
    2
    1059
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      owenzhao last edited by

      In QML FileEffect Element
      http://doc.qt.nokia.com/qtmobility/qml-fileeffect.html

      @ FileEffect {
      id: myFileEffect
      loaded: false
      source: "file:///myfile.ivs"
      }

      MouseArea {
      onClicked: myFileEffect.start();
      }@

      What is an ivs file? How can I create my own ivs files?

      Thankyou.

      1 Reply Last reply Reply Quote 0
      • S
        stukdev last edited by

        I think is Internet Video Streaming file.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post