QVideoRendererControl Class ReferenceThe QVideoRendererControl class provides a control for rendering to a video surface. More... #include <QVideoRendererControl> This class is under development and is subject to change. Inherits QMediaControl. Public Functions
Protected Functions
Macros
Additional Inherited Members
Detailed DescriptionThe QVideoRendererControl class provides a control for rendering to a video surface. Using the surface() property of QVideoRendererControl a QAbstractVideoSurface may be set as the video render target of a QMediaService. QVideoRendererControl *rendererControl = mediaService->control<QVideoRendererControl *>(); rendererControl->setSurface(myVideoSurface); QVideoRendererControl 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 RendererOutput. Consequently any QMediaService that implements QVideoRendererControl must also implement QVideoOutputControl. QVideoOutputControl *outputControl = mediaService->control<QVideoOutputControl *>(); outputControl->setOutput(QVideoOutputControl::RendererOutput); The interface name of QVideoRendererControl is com.nokia.Qt.QVideoRendererControl/1.0 as defined in QVideoRendererControl_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