Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QMediaVideoControlServer Class Reference
[QtMediaModule]

The QMediaVideoControlServer class is used by Media Engines to inform clients that video is available for the associated media session. More...

    #include <QMediaVideoControlServer>

This class is under development and is subject to change.

Inherits QObject.

Public Functions

  • 29 public functions inherited from QObject

Signals

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public type inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QMediaVideoControlServer class is used by Media Engines to inform clients that video is available for the associated media session.

A Media Engine using the QtopiaMedia API constructs a QMediaVideoControlServer when it would like to inform and enable a client to access a QWidget based video widget in the server.

    {
        VideoWidget* videoWidget = new VideoWidget(videoSource, parent);

        QMediaVideoControlServer* videoControlServer = new QMediaVideoControlServer(id, parent);

        videoControlServer->setRenderTarget(videoWidget);
    }

See also QMediaVideoControl and QMediaAbstractControlServer.


Member Function Documentation

QMediaVideoControlServer::QMediaVideoControlServer ( QMediaHandle const & handle, QWidget * target = 0, QObject * parent = 0 )

Constructs a QMediaVideoControlServer with the session handle, and optionally the video target widget for sharing with the client and the parent QObject.

QMediaVideoControlServer::~QMediaVideoControlServer ()

Destroy the QMediaVideoControlServer object.

void QMediaVideoControlServer::rotationChanged ( QtopiaVideo::VideoRotation rotation )   [signal]

This signal is emitted when video rotation value was changed, the value is given by rotation.

See also videoRotation() and QtopiaVideo::VideoRotation.

void QMediaVideoControlServer::scaleModeChanged ( QtopiaVideo::VideoScaleMode scaleMode )   [signal]

This signal is emitted when video scale mode was changed, the value is given by scaleMode.

See also videoScaleMode() and QtopiaVideo::VideoScaleMode.

void QMediaVideoControlServer::setRenderTarget ( QWidget * renderTarget )

Set the video target widget to renderTarget.

The Media Engine calls this function when it has a widget that it would like to make available to a client application.

The QWidget will exist in the Media Server process, but will be made available to the session client. A session client will be able to control different widget states, for example whether the widget is hidden or visible.

void QMediaVideoControlServer::setRenderTarget ( WId wid )

This is an overloaded member function, provided for convenience.

Set the video target to the window with wid.

The Media Engine calls this function when it has a widget that it would like to make available to a client application.

The QWidget will exist in the Media Server process, but will be made available to the session client. A session client will be able to control different widget states, for example whether the widget is hidden or visible.

void QMediaVideoControlServer::unsetRenderTarget ()

Remove the video target widget.

The Media Engine should call this function when it will no longer be rendering video into the QWidget set in setRenderTarget(). The Session client will be notified that the widget is no longer valid.

QtopiaVideo::VideoRotation QMediaVideoControlServer::videoRotation () const

Return the current video rotation value.

QtopiaVideo::VideoScaleMode QMediaVideoControlServer::videoScaleMode () const

Return the current video scale mode value.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le blog Digia au hasard

Logo

Créer des applications avec un style Metro avec Qt, exemples en QML et C++, un article de Digia Qt traduit par Thibaut Cuvelier

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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 qtextended4.4
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 !
 
 
 
 
Partenaires

Hébergement Web