Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-2059

No volume control of QMediaPlayer after upgrade to Belle FP1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 1.2.x
    • 1.2.1
    • Multimedia
    • Belle FP1
    • 940db30b4b2045a818d6d862a2d9587d965388f3

    Description

      The followimg code, that has worked until now in Belle, doesn't work anymore after upgrading to FP1:

      #include <QMediaPlayer>

      QMediaPlayer * player = new QMediaPlayer;
      player->setMedia(QUrl::fromLocalFile("E:/myWav.wav"));
      player->setVolume(10); // <-- it doesn't matter what value is set here. The Device will play at full volume
      player->play();

      Attachments

        Activity

          People

            jukukkon Juha Kukkonen
            dfreee dfreee
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: