Results 1 to 2 of 2

Thread: Phonon MediaObject Speed Problem

  1. #1

    Question Phonon MediaObject Speed Problem

    Hello Friends,

    I have a Phonon Media object. I am able to play, pause or stop it but i couldnt play it fast or slow. Here is my object:

    m_phononMediaObject = new Phonon::MediaObject;
    QString fileName("C:/trn_parallel_25_adj.mpg");
    m_phononMediaObject->setCurrentSource(fileName);

    Phonon::createPath(m_phononMediaObject, m_phononVideoWidget);
    m_phononMediaObject.play();

    Waiting for your helps..

  2. #2

    Default Re: Phonon MediaObject Speed Problem

    any help????

Similar Threads

  1. configuring Phonon problem
    By anafor2004 in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 7th February 2009, 21:02
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Problem rendering QImage from Phonon Widget
    By JimDaniel in forum Qt Programming
    Replies: 2
    Last Post: 12th July 2008, 15:31
  4. QSqlQueryModel speed problem
    By tbscope in forum Qt Programming
    Replies: 2
    Last Post: 23rd March 2008, 11:31
  5. QTcpSocket speed problem
    By benelgiac in forum Qt Programming
    Replies: 4
    Last Post: 1st May 2007, 13:50

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.