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  · 

QMediaService Class Reference

The QMediaService class provides a common base class for media service implementations. More...

    #include <QMediaService>

This class is under development and is subject to change.

Inherits QObject.


Public Types

enum MediaEndpoint { AudioDevice }

Public Functions

~QMediaService ()
virtual QString activeEndpoint ( QMediaService::MediaEndpoint endpointType )
virtual QMediaControl * control ( const char * interface ) const = 0
T control () const
virtual QString endpointDescription ( QMediaService::MediaEndpoint endpointType, const QString & endpoint )
bool isEndpointSupported ( QMediaService::MediaEndpoint endpointType )
virtual bool setActiveEndpoint ( QMediaService::MediaEndpoint endpointType, const QString & endpoint )
virtual QStringList supportedEndpoints ( QMediaService::MediaEndpoint endpointType ) const
  • 29 public functions inherited from QObject

Signals

void activeEndpointChanged ( QMediaService::MediaEndpoint endpointType, const QString & endpoint )
void supportedEndpointsChanged ()

Protected Functions

QMediaService ( QObject * parent )
  • 7 protected functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 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 QMediaService class provides a common base class for media service implementations.

Media services provide implementations of the functionality promised by media objects, and allow multiple providers to implement a QMediaObject.

To provide the functionality of a QMediaObject media services implement QMediaControl interfaces. Services typically implement one core media control which provides the core feature of a media object, and some number of additional controls which provide either optional features of the media object, or features of a secondary media object or peripheral object.

A pointer to media service's QMediaControl implementation can be obtained by passing the control's interface name to the control() function.

    QMediaPlayerControl *control = qobject_cast<QMediaPlayerControl *>(
            service->control("com.nokia.Qt.QMediaPlayerControl/1.0"));

Media objects can use services loaded dynamically from plug-ins or implemented statically within an applications. Plug-in based services should also implement the QMediaServiceProviderPlugin interface. Static services should implement the QMediaServiceProvider interface.

See also QMediaObject, QMediaControl, QMediaServiceProvider, and QMediaServiceProviderPlugin.


Member Type Documentation

enum QMediaService::MediaEndpoint

Enumerates the possible end points a media service may have.

ConstantValueDescription
QMediaService::AudioDevice0An audio device for either input or output.


Member Function Documentation

QMediaService::QMediaService ( QObject * parent )   [protected]

Construct a media service with the given parent. This class is meant as a base class for Multimedia services so this constructor is protected.

QMediaService::~QMediaService ()

Destroys a media service.

QString QMediaService::activeEndpoint ( QMediaService::MediaEndpoint endpointType )   [virtual]

Returns the active endpoint for endpointType.

See also setActiveEndpoint().

void QMediaService::activeEndpointChanged ( QMediaService::MediaEndpoint endpointType, const QString & endpoint )   [signal]

This signal emitted when the active endpoint of type endpointType has been changed to endpoint.

QMediaControl * QMediaService::control ( const char * interface ) const   [pure virtual]

Returns a pointer to the media control implementing interface.

If the service does not implement the control a null pointer is returned instead.

T QMediaService::control () const

Returns a pointer to the media control of type T implemented by a media service.

If the service does not implment the control a null pointer is returned instead.

QString QMediaService::endpointDescription ( QMediaService::MediaEndpoint endpointType, const QString & endpoint )   [virtual]

Returns the description of the endpoint for the endpointType.

bool QMediaService::isEndpointSupported ( QMediaService::MediaEndpoint endpointType )

Return true if endpointType is available.

bool QMediaService::setActiveEndpoint ( QMediaService::MediaEndpoint endpointType, const QString & endpoint )   [virtual]

Returns true if set of the active endpoint for endpointType to endpoint succeeds.

See also activeEndpoint().

QStringList QMediaService::supportedEndpoints ( QMediaService::MediaEndpoint endpointType ) const   [virtual]

Returns a list of endpoints available for the endpointType.

void QMediaService::supportedEndpointsChanged ()   [signal]

This signal is emitted when there is a change in the availability of devices.

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 ? 43
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 9
Page suivante

Le blog Digia au hasard

Logo

Une nouvelle ère d'IHM 3D pour les automobiles

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