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

Emit respective changed signals when audio and video settings get resolved during recording

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.2.8, 6.4, 6.5
    • Multimedia
    • All

    Description

      When we start recording with QMediaRecorder, the backend resolves the encoder settings. If the backend does not support the specified encoder settings it will resolve them to supported ones and emits encoderSettingsChanged(). This should be changed to the specific signals: 

      encodingModeChanged();
      qualityChanged();
      videoResolutionChanged();
      videoFrameRateChanged();
      videoBitRateChanged();
      audioBitRateChanged();
      audioChannelCountChanged();
      audioSampleRateChanged();
       
      Also, we should make sure that the changed settings are correctly reported from all backends. 

      Attachments

        Activity

          People

            laknoll Lars Knoll
            dorisverria Doris Verria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: