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  · 

QMediaObject Class Reference

The QMediaObject class provides a common base for multimedia objects. More...

    #include <QMediaObject>

This class is under development and is subject to change.

Inherits QObject.

Inherited by QAudioCaptureSource, QCamera, QMediaImageViewer, QMediaPlayer, QMediaRecorder, and QRadioTuner.


Properties

  • 1 property inherited from QObject

Public Functions

~QMediaObject ()
QStringList availableExtendedMetaData () const
QList<QtMedia::MetaData> availableMetaData () const
QVariant extendedMetaData ( const QString & key ) const
bool isMetaDataAvailable () const
bool isMetaDataWritable () const
QVariant metaData ( QtMedia::MetaData key ) const
int notifyInterval () const
virtual QMediaService * service () const
void setExtendedMetaData ( const QString & key, const QVariant & value )
void setMetaData ( QtMedia::MetaData key, const QVariant & value )
void setNotifyInterval ( int milliSeconds )
  • 29 public functions inherited from QObject

Signals

void metaDataAvailableChanged ( bool available )
void metaDataChanged ()
void metaDataWritableChanged ( bool writable )
void notifyIntervalChanged ( int milliseconds )

Protected Functions

QMediaObject ( QObject * parent, QMediaService * service )
void addPropertyWatch ( QByteArray const & name )
void removePropertyWatch ( QByteArray const & name )
  • 7 protected functions inherited from QObject

Additional Inherited Members

  • 1 public slot 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 QMediaObject class provides a common base for multimedia objects.

QMediaObject derived classes provide access to the functionality of a QMediaService. Each media object hosts a QMediaService and uses the QMediaControl interfaces implemented by the service to implement its API. Most media objects when constructed will request a new QMediaService instance from a QMediaServiceProvider, but some like QMediaRecorder will share a service with another object.

QMediaObject itself provides an API for accessing a media service's meta-data and a means of connecting other media objects, and peripheral classes like QVideoWidget and QMediaPlaylist.

See also QMediaService and QMediaControl.


Property Documentation

metaDataAvailable : const bool

This property holds whether access to a media object's meta-data is available.

If this is true there is meta-data available, otherwise there is no meta-data available.

Access functions:

bool isMetaDataAvailable () const

Notifier signal:

void metaDataAvailableChanged ( bool available )

metaDataWritable : const bool

This property holds whether a media object's meta-data is writable.

If this is true the meta-data is writable, otherwise the meta-data is read-only.

Access functions:

bool isMetaDataWritable () const

Notifier signal:

void metaDataWritableChanged ( bool writable )

notifyInterval : int

The interval at which notifiable properties will update.

The interval is expressed in milliseconds, the default value is 1000.

Access functions:

int notifyInterval () const
void setNotifyInterval ( int milliSeconds )

Notifier signal:

void notifyIntervalChanged ( int milliseconds )

See also addPropertyWatch() and removePropertyWatch().


Member Function Documentation

QMediaObject::QMediaObject ( QObject * parent, QMediaService * service )   [protected]

Constructs a media object which uses the functionality provided by a media service.

The parent is passed to QObject.

This class is meant as a base class for Multimedia objects so this constructor is protected.

QMediaObject::~QMediaObject ()

Destroys a media object.

void QMediaObject::addPropertyWatch ( QByteArray const & name )   [protected]

Watch the property name. The property's notify signal will be emitted once every notifyInterval milliseconds.

See also notifyInterval.

QStringList QMediaObject::availableExtendedMetaData () const

Returns a list of keys there is extended meta-data available for.

QList<QtMedia::MetaData> QMediaObject::availableMetaData () const

Returns a list of keys there is meta-data available for.

QVariant QMediaObject::extendedMetaData ( const QString & key ) const

Returns the value associated with a meta-data key.

The naming and type of extended meta-data is not standardized, so the values and meaning of keys may vary between backends.

See also setExtendedMetaData().

QVariant QMediaObject::metaData ( QtMedia::MetaData key ) const

Returns the value associated with a meta-data key.

See also setMetaData().

void QMediaObject::metaDataAvailableChanged ( bool available )   [signal]

Signals that the available state of a media object's meta-data has changed.

void QMediaObject::metaDataChanged ()   [signal]

Signals that a media object's meta-data has changed.

void QMediaObject::metaDataWritableChanged ( bool writable )   [signal]

Signals that the writable state of a media object's meta-data has changed.

void QMediaObject::notifyIntervalChanged ( int milliseconds )   [signal]

Signal a change in the notify interval period to milliseconds.

void QMediaObject::removePropertyWatch ( QByteArray const & name )   [protected]

Remove property name from the list of properties whose changes are regularly signaled.

See also notifyInterval.

QMediaService * QMediaObject::service () const   [virtual]

Returns the media service that provides the functionality of a multimedia object.

void QMediaObject::setExtendedMetaData ( const QString & key, const QVariant & value )

Sets a value for a meta-data key.

The naming and type of extended meta-data is not standardized, so the values and meaning of keys may vary between backends.

See also extendedMetaData().

void QMediaObject::setMetaData ( QtMedia::MetaData key, const QVariant & value )

Sets a value for a meta-data key.

See also metaData().

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 53
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  4. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  5. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  6. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le blog Digia au hasard

Logo

Déploiement d'applications Qt Commercial sur les tablettes Windows 8

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 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