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  · 

QVideoEncoderSettings Class Reference

The QVideoEncoderSettings class provides a set of video encoder settings. More...

 #include <QVideoEncoderSettings>

Public Functions

QVideoEncoderSettings ()
QVideoEncoderSettings ( const QVideoEncoderSettings & other )
~QVideoEncoderSettings ()
int bitRate () const
QString codec () const
QtMultimediaKit::EncodingMode encodingMode () const
qreal frameRate () const
bool isNull () const
QtMultimediaKit::EncodingQuality quality () const
QSize resolution () const
void setBitRate ( int value )
void setCodec ( const QString & codec )
void setEncodingMode ( QtMultimediaKit::EncodingMode mode )
void setFrameRate ( qreal rate )
void setQuality ( QtMultimediaKit::EncodingQuality quality )
void setResolution ( const QSize & resolution )
void setResolution ( int width, int height )
bool operator!= ( const QVideoEncoderSettings & other ) const
QVideoEncoderSettings & operator= ( const QVideoEncoderSettings & other )
bool operator== ( const QVideoEncoderSettings & other ) const

Detailed Description

The QVideoEncoderSettings class provides a set of video encoder settings.

A video encoder settings object is used to specify the video encoder settings used by QMediaRecorder. Video encoder settings are selected by constructing a QVideoEncoderSettings object, setting the desired properties and then passing it to a QMediaRecorder instance using the QMediaRecorder::setEncodingSettings() function.

     QVideoEncoderSettings videoSettings;
     videoSettings.setCodec("video/mpeg2");
     videoSettings.setResolution(640, 480);

     recorder->setEncodingSettings(audioSettings, videoSettings);

See also QMediaRecorder and QVideoEncoderControl.

Member Function Documentation

QVideoEncoderSettings::QVideoEncoderSettings ()

Constructs a null video encoder settings object.

QVideoEncoderSettings::QVideoEncoderSettings ( const QVideoEncoderSettings & other )

Constructs a copy of the video encoder settings object other.

QVideoEncoderSettings::~QVideoEncoderSettings ()

Destroys a video encoder settings object.

int QVideoEncoderSettings::bitRate () const

Returns bit rate of the encoded video stream in bits per second.

See also setBitRate().

QString QVideoEncoderSettings::codec () const

Returns the video codec.

See also setCodec().

QtMultimediaKit::EncodingMode QVideoEncoderSettings::encodingMode () const

Returns the video encoding mode.

See also setEncodingMode() and QtMultimediaKit::EncodingMode.

qreal QVideoEncoderSettings::frameRate () const

Returns the video frame rate.

See also setFrameRate().

bool QVideoEncoderSettings::isNull () const

Identifies if a video encoder settings object is uninitalized.

Returns true if the settings are null, and false if they are not.

QtMultimediaKit::EncodingQuality QVideoEncoderSettings::quality () const

Returns the video encoding quality.

See also setQuality().

QSize QVideoEncoderSettings::resolution () const

Returns the resolution of the encoded video.

See also setResolution().

void QVideoEncoderSettings::setBitRate ( int value )

Sets the bit rate of the encoded video stream to value.

See also bitRate().

void QVideoEncoderSettings::setCodec ( const QString & codec )

Sets the video codec.

See also codec().

void QVideoEncoderSettings::setEncodingMode ( QtMultimediaKit::EncodingMode mode )

Sets the video encoding mode.

If QtMultimediaKit::ConstantQualityEncoding is set, the quality encoding parameter is used and bit rate is ignored, otherwise the bitrate is used.

The rest of encoding settings are respected regardless of encoding mode.

See also encodingMode() and QtMultimediaKit::EncodingMode.

void QVideoEncoderSettings::setFrameRate ( qreal rate )

Sets the video frame rate.

A value of 0 indicates the encoder should make an optimal choice based on what is available from the video source and the limitations of the codec.

See also frameRate().

void QVideoEncoderSettings::setQuality ( QtMultimediaKit::EncodingQuality quality )

Sets the video encoding quality.

Setting the video quality parameter allows backend to choose the balanced set of encoding parameters to achieve the desired quality level.

The quality settings parameter is only used in the constant quality encoding mode. The quality settings parameter is only used in the constant quality encoding mode.

See also quality().

void QVideoEncoderSettings::setResolution ( const QSize & resolution )

Sets the resolution of the encoded video.

An empty QSize indicates the encoder should make an optimal choice based on what is available from the video source and the limitations of the codec.

See also resolution().

void QVideoEncoderSettings::setResolution ( int width, int height )

Sets the width and height of the resolution of the encoded video.

This is an overloaded function.

bool QVideoEncoderSettings::operator!= ( const QVideoEncoderSettings & other ) const

Determines if other is of equal value to a video encoder settings object.

Returns true if the settings objects are not of equal value, and false if they are of equal value.

QVideoEncoderSettings & QVideoEncoderSettings::operator= ( const QVideoEncoderSettings & other )

Assigns the value of other to a video encoder settings object.

bool QVideoEncoderSettings::operator== ( const QVideoEncoderSettings & other ) const

Determines if other is of equal value to a video encoder settings object.

Returns true if the settings objects are of equal value, and false if they are not of equal value.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.

[0]; s.parentNode.insertBefore(ga, s); })();
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. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 42
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 6
Page suivante

Le Qt Developer Network au hasard

Logo

Livre blanc de l'outillage de Qt Quick

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. 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.1
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