Phonon Module
|
Phonon::AudioOutput | Used to send data to audio output devices |
---|---|
Phonon::Effect | Used to transform audio streams |
Phonon::EffectParameter | Describes one parameter of an effect |
Phonon::EffectWidget | Widget to control the parameters of an Effect |
Phonon::GlobalConfig | |
Phonon::MediaController | Controls optional features of a media file/device |
Phonon::MediaNode | The base class for all nodes in a media graph |
Phonon::MediaObject | Interface for media playback |
Phonon::MediaSource | Multimedia data for media objects |
Phonon::BackendCapabilities::Notifier | |
Phonon::ObjectDescription | Generic interface to information about Phonon objects. |
Phonon::Path | Describes connections between media nodes |
Phonon::SeekSlider | Slider for seeking to positions in media streams |
Phonon::VideoPlayer | Used to perform playback of video |
Phonon::VideoWidget | Widget that is used to display video |
Phonon::VolumeSlider | Slider that is used to control the volume of an audio output device |
Phonon is a cross-platform multimedia framework that enables the use of audio and video content in Qt applications. The Phonon Overview document provides an introduction to the architecture and features included in Phonon. The Phonon namespace contains a list of all classes, functions and namespaces provided by the module.
Applications that use Phonon's classes need to be configured to be built against the Phonon module. The following declaration in a qmake project file ensures that an application is compiled and linked appropriately:
QT += phonon
To include the definitions of the module's classes, use the following directive:
#include <phonon>
The Phonon module is part of the Qt Full Framework Edition and the Qt Open Source Edition.
This file is part of the KDE project
Copyright (C) 2005-2007 Matthias Kretz <kretz@kde.org>
Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). Contact: Qt Software Information (qt-info@nokia.com)
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
[Previous: QtXmlPatterns Module] [Qt's Modules] [Next: Qt3Support Module]
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 ! |
Copyright © 2000-2012 - www.developpez.com