![]() |
Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
[前: QtXmlPatterns モジュール] [Qt のモジュール] [次: Qt3Support モジュール]
| Phonon::AudioOutput | 音声出力デバイスにデータを送るために使われる |
|---|---|
| Phonon::Effect | オーディオストリームを変換するために使われる |
| Phonon::EffectParameter | エフェクトの1つのパラメータを表わす |
| Phonon::EffectWidget | エフェクトのパラメータをコントロールするためのウィジット |
| Phonon::GlobalConfig | |
| Phonon::MediaController | メディアファイル/デバイスの追加の機能をコントロールする |
| Phonon::MediaNode | メディアグラフ内の全てのノードの基底クラス |
| Phonon::MediaObject | メディアプレイバックのためのインターフェース |
| Phonon::MediaSource | メディアオブジェクトのためのマルチメディアのデータ |
| Phonon::BackendCapabilities::Notifier | |
| Phonon::ObjectDescription | Phonon オブジェクトに関する情報のための一般的なインターフェース |
| Phonon::Path | メディアノード間のコネクションを表わす |
| Phonon::SeekSlider | メディアストリームの位置をシークするためのスライダー |
| Phonon::VideoPlayer | ビデオのプレイバックを表示するために使用される |
| Phonon::VideoWidget | ビデオを表示するために使用されるウィジット |
| Phonon::VolumeSlider | 音声出力デバイスのボリュームをコントロールするために使用されるスライダー |
Phonon は Qt アプリケーションでオーディオ、ビデオコンテンツを使用できるようにするためにクロスプラットフォームのマルチメディアフレームワークです。 Phonon Overview ドキュメントでアーキテクチャと Phonon に含まれる機能が紹介されています。 Phonon ネームスペースは全てのクラス、関数、このモジュールに含まれるネームスペースを含みます。
Phonon のクラスを使用するアプリケーションは Phonon モジュールに対してビルドするように設定される必要があります。 qmake のプロジェクトファイルの以下の宣言によりアプリケーションが適切にコンパイル・リンクされるようになります:
QT += phonon
このモジュール内のクラスの宣言をインクルードするために、以下の命令を使用してください:
#include <phonon>
Phonon モジュールは Qt Full Framework Edition と 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.
[前: QtXmlPatterns モジュール] [Qt のモジュール] [次: Qt3Support モジュール]
| Copyright © 2008 Nokia | Trademarks | Qt 4.4.3 |