Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User dfreee's Avatar
    Join Date
    Dec 2010
    Posts
    6
    Hello,
    the followimg code, that worked until now in Belle, doesn't work anymore after upgrading to FP1:
    Code:
    #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();
    Does somone know what can be done?

    Thanx

  2. #2
    Registered User kusumk's Avatar
    Join Date
    Sep 2011
    Posts
    449
    Can you raise a bug for this in https://bugreports.qt-project.org/

  3. #3
    Registered User dfreee's Avatar
    Join Date
    Dec 2010
    Posts
    6
    Ok,
    reported under:
    QTMOBILITY-2059

Similar Threads

  1. Control the volume
    By Danko22 in forum Audio
    Replies: 1
    Last Post: 2009-07-08, 14:11
  2. control volume APS 2.3
    By alexpr in forum VoIP
    Replies: 3
    Last Post: 2007-10-11, 16:51

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved