Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-131674 Improve QMediaDevices behavior
  3. QTBUG-132425

QAudioInput: Handle assignment of devices that have been disconnected

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Unresolved
    • P2: Important
    • None
    • Multimedia
    • None
    • All
    • Multimedia wk 49-50, Multimedia wk 51-2

    Description

      It's currently possible for the audio set a device that has been disconnected using the following steps:

      1. Load all audio-inputs using QMediaDevices::audioInputs()
      2. Store one of the devices in a variable
      3. Disconnect that device
      4. Pass the stored variable into QAudioInput

      Currently we don't really handle what happens in this scenario. Since we have reconnect-recovery functionality already, I would argue we should accept this value but not activate the device until it is connected.

      This change should also include a small change in the documentation to make it clear what happens to the user.

      Attachments

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

        Activity

          People

            npskalerud Nils Petter Skålerud
            npskalerud Nils Petter Skålerud
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes