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

No volume control of QMediaPlayer after upgrade to Belle FP1

XMLWordPrintable

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

      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();

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes