Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-39131

Initialization functions not called for AudioCore in IOS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.1
    • 5.2.1, 5.3.0
    • Multimedia
    • None
    • iOS/tvOS/watchOS
    • efa4628e7489677166aadde5f94376d5e41146f9

    Description

      The registration class of QAudio namespace is not being instantiated, I assumed it is because of the static linkage and the global instance not being used.
      So no types are registered with the metatype facility, to work around this make the following calls somewhere:
      qRegisterMetaType<QAudio::Error>();
      qRegisterMetaType<QAudio::State>();
      qRegisterMetaType<QAudio::Mode>();

      Attachments

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

        Activity

          People

            ylopes Yoann Lopes
            soze49 Kayser Soze
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes