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  · 

QVideoEncoderControl Class Reference

The QVideoEncoderControl class provides access to the settings of a media service that performs video encoding. More...

    #include <QVideoEncoderControl>

This class is under development and is subject to change.

Inherits QMediaControl.


Public Functions

virtual ~QVideoEncoderControl ()
virtual QVariant encodingOption ( const QString & codec, const QString & option ) const = 0
virtual void setEncodingOption ( const QString & codec, const QString & option, const QVariant & value ) = 0
virtual void setVideoSettings ( const QVideoEncoderSettings & settings ) = 0
virtual QStringList supportedEncodingOptions ( const QString & codec ) const = 0
virtual QList<qreal> supportedFrameRates ( const QVideoEncoderSettings & settings, bool * continuous = 0 ) const = 0
virtual QList<QSize> supportedResolutions ( const QVideoEncoderSettings & settings, bool * continuous = 0 ) const = 0
virtual QStringList supportedVideoCodecs () const = 0
virtual QString videoCodecDescription ( const QString & codec ) const = 0
virtual QVideoEncoderSettings videoSettings () const = 0
  • 29 public functions inherited from QObject

Protected Functions

QVideoEncoderControl ( QObject * parent = 0 )
  • 7 protected functions inherited from QObject

Macros

QVideoEncoderControl_iid

Additional Inherited Members

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

Detailed Description

The QVideoEncoderControl class provides access to the settings of a media service that performs video encoding.

If a QMediaService supports encoding video data it will implement QVideoEncoderControl. This control provides information about the limits of restricted video encoder options and allows the selection of a set of video encoder settings as specificed in a QVideoEncoderSettings object.

The functionality provided by this control is exposed to application code through the QMediaRecorder class.

The interface name of QVideoEncoderControl is com.nokia.Qt.QVideoEncoderControl/1.0 as defined in QVideoEncoderControl_iid.

See also QMediaRecorder, QVideoEncoderSettings, and QMediaService::control().


Member Function Documentation

QVideoEncoderControl::QVideoEncoderControl ( QObject * parent = 0 )   [protected]

Create a new video encoder control object with the given parent.

QVideoEncoderControl::~QVideoEncoderControl ()   [virtual]

Destroys a video encoder control.

QVariant QVideoEncoderControl::encodingOption ( const QString & codec, const QString & option ) const   [pure virtual]

Returns the value of a video codec option.

See also setEncodingOption().

void QVideoEncoderControl::setEncodingOption ( const QString & codec, const QString & option, const QVariant & value )   [pure virtual]

Sets the value of a codec specific option.

See also encodingOption().

void QVideoEncoderControl::setVideoSettings ( const QVideoEncoderSettings & settings )   [pure virtual]

Sets the selected video encoder settings.

See also videoSettings().

QStringList QVideoEncoderControl::supportedEncodingOptions ( const QString & codec ) const   [pure virtual]

Returns a list of supported encoding options for a video codec.

The names and types of the options in the list is system dependent.

QList<qreal> QVideoEncoderControl::supportedFrameRates ( const QVideoEncoderSettings & settings, bool * continuous = 0 ) const   [pure virtual]

Returns a list of supported frame rates.

If non null video settings parameter is passed, the returned list is reduced to frame rates supported with partial settings like video codec or video resolution applied.

If the encoder supports arbitrary frame rates within the supported range, *continuous is set to true, otherwise *continuous is set to false.

See also QVideoEncoderSettings::frameRate().

QList<QSize> QVideoEncoderControl::supportedResolutions ( const QVideoEncoderSettings & settings, bool * continuous = 0 ) const   [pure virtual]

Returns a list of supported resolutions.

If non null video settings parameter is passed, the returned list is reduced to resolution supported with partial settings like video codec or frame rate applied.

If the encoder supports arbitrary resolutions within the supported resolutions range, *continuous is set to true, otherwise *continuous is set to false.

See also QVideoEncoderSettings::resolution().

QStringList QVideoEncoderControl::supportedVideoCodecs () const   [pure virtual]

Returns the list of supported video codecs.

QString QVideoEncoderControl::videoCodecDescription ( const QString & codec ) const   [pure virtual]

Returns a description of a video codec.

QVideoEncoderSettings QVideoEncoderControl::videoSettings () const   [pure virtual]

Returns the selected video encoder settings.

See also setVideoSettings().


Macro Documentation

QVideoEncoderControl_iid

com.nokia.Qt.QVideoEncoderControl/1.0

Defines the interface name of the QVideoEncoderControl class.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 47
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 13
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Quarterly au hasard

Logo

Le tri des QListView

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. 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 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 !
 
 
 
 
Partenaires

Hébergement Web