Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Is QMediaGaplessPlaybackControl implemented?

    General and Desktop
    2
    2
    735
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      oh3netid last edited by

      Hello,

      I am working on a media player and need audio crossfading capability. Today I noticed that crossfading exists in the QMediaGaplessPlaybackControl but whenever I request the control from my QMediaPlayer's service object the control returns NULL. Has this control actually been implemented or is it platform/media specific? Any examples of its use would be appreciated. I am developing with Qt5.2 on OSX Mavericks.

      Thanks,
      -Will

      1 Reply Last reply Reply Quote 1
      • C
        cedrix last edited by

        Hi,

        Yes it is platform specific.
        http://qt-project.org/wiki/Qt_Multimedia_Backends

        According to the source code of the avfoundation and quicktime7 multimedia backend plugins (the ones used in OSX if I am right), it is implemented in neither of them.
        The source code is located here: Src/qtmultimedia/src/plugins/qt7/mediaplayer/qt7playerservice.mm and the key method is requestControl.

        Cédric

        1 Reply Last reply Reply Quote 0
        • First post
          Last post