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  · 

BackendCapabilities Namespace

(Phonon::BackendCapabilities)

The BackendCapabilities namespace contains functions to describe the capabilities of the multimedia backend. More...

This namespace was introduced in Qt 4.4.

    Classes

    class Notifier

    Functions

    QList<EffectDescription> availableAudioEffects ()
    QList<AudioOutputDevice> availableAudioOutputDevices ()
    QStringList availableMimeTypes ()
    bool isMimeTypeAvailable ( const QString & mimeType )
    Notifier * notifier ()

    Detailed Description

    The BackendCapabilities namespace contains functions to describe the capabilities of the multimedia backend.

    Classes

    class Notifier

    Function Documentation

    QList<EffectDescription> BackendCapabilities::availableAudioEffects ()

    Returns descriptions for the audio effects the backend supports.

    Returns A list of AudioEffectDescription objects that give a name and description for every supported audio effect.

    QList<AudioOutputDevice> BackendCapabilities::availableAudioOutputDevices ()

    Returns the audio output devices the backend supports.

    Returns A list of AudioOutputDevice objects that give a name and description for every supported audio output device.

    QStringList BackendCapabilities::availableMimeTypes ()

    Returns a list of mime types that the Backend can decode.

    See also isMimeTypeAvailable().

    bool BackendCapabilities::isMimeTypeAvailable ( const QString & mimeType )

    Often all you want to know is whether one given MIME type can be decoded by the backend. Use this method in favor of availableMimeTypes() as it can give you a negative answer without having a backend loaded.

    Returns true if the given mimeType is supported by the backend; otherwise, returns false.

    See also availableMimeTypes().

    Notifier * BackendCapabilities::notifier ()

    Use this function to get a QObject pointer to connect to the capabilitiesChanged signal.

    Returns a pointer to a QObject.

    The capabilitiesChanged signal is emitted if the capabilities have changed. This can happen if the user has requested a backend change.

    To connect to this signal do the following:

     QObject::connect(BackendCapabilities::notifier(), SIGNAL(capabilitiesChanged()), ...

    See also Notifier::capabilitiesChanged().

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