summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/RecordButton.qml
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-281-49/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Ida08dfe6c84778656e942178c3d39042c9ef1ed2 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit e9abd242abfbc368478f7be3e2923e7b100a9386) Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Improve QML Recorder exampleSamuel Mira2021-09-081-1/+1
| | | | | | | | | | | | Changed QML and added some cases just for mobile. Tested mostly on android. Hid metadata adding feature on mobile since it is not implemented. Task-number: QTBUG-96077 Pick-to: 6.2 6.2.0 Change-Id: I524767232561bef7716830ed0f9360e7c0662f0f Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Add a simple recorder app for capturing audio or audio/video streamsPiotr Srebrny2021-07-011-0/+92
Change-Id: Iad6e33f6ec77aa28121b8b0d1b9c0ae32616c30e Reviewed-by: Lars Knoll <lars.knoll@qt.io>