From 888759e334e81117843afb6d0f8991db8aec5ca8 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Mon, 10 Feb 2014 19:33:51 +0100 Subject: New camera selection API in QML. Also added a new QtMultimedia global object which makes it possible to retrieve the list of available cameras. It can be extended with new utility functions in the future. Includes documentation, example and auto tests. Task-number: QTBUG-23770 Change-Id: Ifea076329c3582ea99246ee1131853344a7b773f Reviewed-by: Christian Stromme --- src/qtmultimediaquicktools/qdeclarativevideooutput.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qtmultimediaquicktools') diff --git a/src/qtmultimediaquicktools/qdeclarativevideooutput.cpp b/src/qtmultimediaquicktools/qdeclarativevideooutput.cpp index e904307df..875b9d268 100644 --- a/src/qtmultimediaquicktools/qdeclarativevideooutput.cpp +++ b/src/qtmultimediaquicktools/qdeclarativevideooutput.cpp @@ -421,6 +421,8 @@ void QDeclarativeVideoOutput::_q_screenOrientationChanged(int orientation) The orientation change will also affect the mapping of coordinates from source to viewport. + + \sa autoOrientation */ int QDeclarativeVideoOutput::orientation() const { @@ -477,6 +479,7 @@ void QDeclarativeVideoOutput::setOrientation(int orientation) By default \c autoOrientation is disabled. + \sa orientation \since QtMultimedia 5.2 */ bool QDeclarativeVideoOutput::autoOrientation() const -- cgit v1.2.3