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  · 

QAudioInterface Class Reference
[QtBluetoothModule, QtMediaModule, QtPimModule, QtTelephonyModule]

The QAudioInterface class provides a way of managing access to the audio system. More...

    #include <QAudioInterface>

Inherits QObject.

Public Functions

  • 29 public functions inherited from QObject

Signals

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
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QAudioInterface class provides a way of managing access to the audio system.

This class communicates with a server instance that is managing access to the audio system depending on domain.

A typical implementation follows:

    QAudioInput      *audio;
    QAudioInterface  *audiomgr;

    audio = new QAudioInput(this);
    audiomgr = new QAudioInterface("Media", this);
    audiomgr->setInput(audio);
    audiomgr->audioStart();

audioStarted() is emitted when audio is ready for read/write access audioStopped() is emitted when the server stops or pauses the instance

see signals audioStarted() and audioStopped()

See also QAudioStateConfiguration and QAudioStateInfo.


Member Function Documentation

QAudioInterface::QAudioInterface ( const QByteArray & domain, QObject * parent = 0 )

Construct a new QAudioInterface object with domain and parent

domain can be Media, RingTone or Phone

QAudioInterface::~QAudioInterface ()

Destroy this audio interface.

void QAudioInterface::audioStarted ()   [signal]

This signal is emitted when the instance is ready for access.

void QAudioInterface::audioStopped ()   [signal]

This signal is emitted when the instance has been stopped.

void QAudioInterface::setInput ( const QAudioInput & input )

Pass a pointer input for QAudioInput class to manage.

The class will call close() to detach from the audio device automatically and emit audioStopped() signal. The class will re-open the audio device when available again and emit audioStarted()

void QAudioInterface::setOutput ( const QAudioOutput & output )

Pass a pointer output for QAudioOutput class to manage.

void QAudioInterface::startAudio ()

Start the process of getting access to the audio system. started() is emitted when audio is ready for reading.

void QAudioInterface::stopAudio ()

Stop access to the audio system. stopped() is emitted when audio is stopped.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Labs au hasard

Logo

La théorie des chaînes

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. 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