Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-23775 Qt Multimedia API Overview
  3. QTBUG-23788

Add support to query changeability of playback rate

    XMLWordPrintable

Details

    • Change Request
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • Multimedia
    • None

    Description

      Scenario:
      When user want to fastward or rewind the video playback

      Class Member:
      void setPlaybackRate(qreal rate)

      Reason:
      Although void QMediaPlayer::setPlaybackRate() is provided to allow user change play back rate, but it may have no effect because Not all playback services support change of the playback rate. So it would be better if
      A. add a function bool QMediaPlayer::playbackRateChangeable() to allow user to query if changing play back rate is supported..
      OR
      B. bool QMediaPlayer::setPlaybackRate() use bool return value to indicate if the operation is successful.

      Attachments

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

        Activity

          People

            valentyn.doroshchuk Valentyn Doroshchuk
            minshin Minjung Shin (closed Nokia identity) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes