QVideoOutputControl Class ReferenceThe QVideoOutputControl class provides a means of selecting the active video output control. More... #include <QVideoOutputControl> This class is under development and is subject to change. Inherits QMediaControl. Public Types
Public Functions
Signals
Protected Functions
Macros
Additional Inherited Members
Detailed DescriptionThe QVideoOutputControl class provides a means of selecting the active video output control. There are multiple controls which a QMediaService may use to output video ony one of which may be active at one time, QVideoOutputControl is the means by which this active control is selected. The possible output controls are QVideoRendererControl, QVideoWindowControl, and QVideoWidgetControl. The interface name of QVideoOutputControl is com.nokia.Qt.QVideoOutputControl/1.0 as defined in QVideoOutputControl_iid. See also QMediaService::control(), QVideoWidget, QVideoRendererControl, QVideoWindowControl, and QVideoWidgetControl. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QVideoOutputControl::NoOutput | 0 | Video is not rendered. |
QVideoOutputControl::WindowOutput | 1 | Video is rendered to the target of a QVideoWindowControl. |
QVideoOutputControl::RendererOutput | 2 | Video is rendered to the target of a QVideoRendererControl. |
QVideoOutputControl::WidgetOutput | 3 | Video is rendered to a QWidget provided by QVideoWidgetControl. |
QVideoOutputControl::UserOutput | 100 | Start value for user defined video targets. |
QVideoOutputControl::MaxUserOutput | 1000 | End value for user defined video targets. |
Constructs a new video output control with the given parent.
Destroys a video output control.
Returns a list of available video output targets.
Signals that available set of video outputs has changed.
Returns the current video output target.
See also setOutput().
Sets the current video output target.
See also output().
com.nokia.Qt.QVideoOutputControl/1.0
Defines the interface name of the QVideoOutputControl class.
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