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  · 

QMediaContent Class Reference
[QtMediaModule]

The QMediaContent class is used to prepare a media resource for playing in Qtopia. More...

    #include <QMediaContent>

Inherits QObject.

Public Functions

  • QMediaContent ( QUrl const & url, QString const & domain = QLatin1String( "Media" ), QObject * parent = 0 )
  • QMediaContent ( QContent const & content, QString const & domain = QLatin1String( "Media" ), QObject * parent = 0 )
  • QStringList controls () const
  • 29 public functions inherited from QObject

Signals

Static Public Members

  • 4 static public members inherited from QObject

Additional Inherited Members

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

Detailed Description

The QMediaContent class is used to prepare a media resource for playing in Qtopia.

A QMediaContent is constructed with a URL, that may refer to a local or remote resource, or a QContent that refers to a local media resource.

If the QMediaContent is constructed with a valid piece of media a signal will be emitted with for each of the controls available to manipulate that media.

During the life-time of a piece of media, the controls available may change, due to different formats being available in the content, each time a control is usable or unusable a controlAvailable or controlUnavailable signal will be emitted.

If there is an error preparing the media resource, the mediaError signal will be emitted, with a QString detailing the error information.

    Example:
    {
        QContent        beep = findBeepSound();

        m_mediaContent = new QMediaContent(beep);

        connect(mediaContent, SIGNAL(controlAvailable(QString)),
                this, SLOT(mediaControlAvailable(QString)));
    }

    void mediaControlAvailable(QString const& id)
    {
        if (id == QMediaControl::name())
        {
            // The basic media control is available, all media content
            // will have this control available.
            m_mediaControl = new QMediaControl(m_mediaContent);

            // Now do something play/get length
            m_mediaControl->start();
        }
    }

Member Function Documentation

QMediaContent::QMediaContent ( QUrl const & url, QString const & domain = QLatin1String( "Media" ), QObject * parent = 0 )

Create a QMediaContent from a URL.

The URL may point to a local or remote media resource.

The url paramter is a URL representing the location of the media content. The domain is the audio domain in which this media content should exist. The parent is the Parent QObject.

QMediaContent::QMediaContent ( QContent const & content, QString const & domain = QLatin1String( "Media" ), QObject * parent = 0 )

Create a QMediaContent from a QContent.

This creates a QMediaContent from a local resource known by the Document System.

The content is the QContent representing the location of the media content. The domain is the audio domain in which this media content should exist. The parent is the Parent QObject.

QMediaContent::~QMediaContent ()

Destroy the QMediaContent object.

void QMediaContent::controlAvailable ( const QString & id )   [signal]

Signals that a control with identity id is now available for use.

void QMediaContent::controlUnavailable ( const QString & id )   [signal]

Signals that a control with identity id is no longer usable.

QStringList QMediaContent::controls () const

Return a list of Controls that this Media supports.

void QMediaContent::mediaError ( const QString & mediaError )   [signal]

Signals that there was an error trying to access a piece of media content. Details of the error are contained in the mediaError parameter.

void QMediaContent::playContent ( QUrl const & url, QString const & domain = "Media" )   [static]

Play immediately, and to the end, the content specified by url in the media domain.

void QMediaContent::playContent ( QContent const & content, QString const & domain = "Media" )   [static]

This is an overloaded member function, provided for convenience.

Play immediately, and to the end, the content specified by content in the media domain.

QStringList QMediaContent::supportedMimeTypes ()   [static]

Returns a list of Mime Types handled by the Qt Extended Media system.

QStringList QMediaContent::supportedUriSchemes ( QString const & mimeType )   [static]

Returns a list of URI schemes that can be used in combination with the mimeType.

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 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. 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
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le Qt Developer Network au hasard

Logo

Compiler l'add-in Qt de Visual Studio

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