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  · 

QMediaVideoControl Class Reference
[QtMediaModule]

The QMediaVideoControl class is an interface to videos playing through the Qt Extended Media System. More...

    #include <QMediaVideoControl>

Inherits QObject.

Public Functions

  • 29 public functions inherited from QObject

Public Slots

  • 1 public slot inherited from QObject

Signals

Static Public Members

  • 4 static public members inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public type inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QMediaVideoControl class is an interface to videos playing through the Qt Extended Media System.

If a prepared media resource has associated video content, when that content is available to be played, this inteface can be used to contruct a QWidget which will contain the rendering of the video content.

Use the QMediaControlNotifier class to listen for when video content is available.

    QMediaControlNotifier *notifier = new QMediaControlNotifier( QMediaVideoControl::name() );
    connect( notifier, SIGNAL(valid()), this, SLOT(showVideo()) );

    QMediaContent *content = new QMediaContent( "video.3gp" );
    notifier->setMediaContent( content );

If video content is available createVideoWidget() can be used to construct a new video widget for the media content.

    QMediaVideoControl control( content );

    QWidget *video = control.createVideoWidget();
    videolayout->addWidget( video );

Simply delete video widgets when they are no longer needed or when the video control becomes invalid.

See also QMediaContent and QMediaControlNotifier.


Member Function Documentation

QMediaVideoControl::QMediaVideoControl ( QMediaContent * mediaContent )

Create a QMediaVideoControl with the handle to a prepared media resource

The QMediaControl needs to be constructed with mediaContent that represents the video to be played.

QMediaVideoControl::~QMediaVideoControl ()

Destroy a QMediaVideoControl

QWidget * QMediaVideoControl::createVideoWidget ( QWidget * parent = 0 ) const

Create a QWidget that displays the rendered video content.

This function is used to create a QWidget that will display the video content, it is parented to the widget passed in with the parent parameter. This widget can be deleted when the application is finished with it.

void QMediaVideoControl::invalid ()   [signal]

Signal that is emitted when the control is invalid and no longer available for use.

QString QMediaVideoControl::name ()   [static]

Return the name of this control.

void QMediaVideoControl::setVideoRotation ( QtopiaVideo::VideoRotation rotation )   [slot]

Set video image rotation mode.

See also QtopiaVideo::VideoRotation.

void QMediaVideoControl::setVideoScaleMode ( QtopiaVideo::VideoScaleMode scaleMode )   [slot]

Set the video using scaleMode to be scaled to fit the window size ( QtopiaVideo::FitWindow ) or stay unchanged ( QtopiaMedia::NoScale ).

See also QtopiaVideo::VideoScaleMode.

void QMediaVideoControl::valid ()   [signal]

Signal that is emitted when the control is valid and available for use.

void QMediaVideoControl::videoTargetAvailable ()   [signal]

This signal is emitted when there is a video available to be viewed. The client can call createVideoWidget() at this time.

See also createVideoWidget().

void QMediaVideoControl::videoTargetRemoved ()   [signal]

This signal is emitted when there is no longer video available to be viewed. The client should delete any QWidget obtained from createVideoWidget()

See also createVideoWidget().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Labs au hasard

Logo

Le moteur de rendu Raster

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. 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