QVideoWindowControl Class ReferenceThe QVideoWindowControl class provides a media control for rendering video to a window. More... #include <QVideoWindowControl> This class is under development and is subject to change. Inherits QMediaControl. Public Functions
Signals
Protected Functions
Macros
Additional Inherited Members
Detailed DescriptionThe QVideoWindowControl class provides a media control for rendering video to a window. The winId() property QVideoWindowControl allows a platform specific window ID to be set as the video render target of a QMediaService. The displayRect() property is used to set the region of the window the video should be rendered to, and the aspectRatioMode() property indicates how the video should be scaled to fit the displayRect(). QVideoWindowControl *windowControl = mediaService->control<QVideoWindowControl *>(); windowControl->setWinId(widget->winId()); windowControl->setDisplayRect(widget->rect()); windowControl->setAspectRatioMode(QVideoWidget::KeepAspectRatio); QVideoWindowControl is one of number of possible video output controls, in order to receive video it must be made the active video output control by setting the output property of QVideoOutputControl to WindowOutput. Consequently any QMediaService that implements QVideoWindowControl must also implement QVideoOutputControl. QVideoOutputControl *outputControl = mediaService->control<QVideoOutputControl *>(); outputControl->setOutput(QVideoOutputControl::WindowOutput); The interface name of QVideoWindowControl is com.nokia.Qt.QVideoWindowControl/1.0 as defined in QVideoWindowControl_iid. See also QMediaService::control(), QVideoOutputControl, and QVideoWidget. Member Function Documentation
|
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.0-tp | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com