equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
145 \o The \l{ftp://ftp.x.org/contrib/audio/nas/}{Network Audio System} |
145 \o The \l{ftp://ftp.x.org/contrib/audio/nas/}{Network Audio System} |
146 is used if available, otherwise all operations work silently. NAS |
146 is used if available, otherwise all operations work silently. NAS |
147 supports WAVE and AU files. |
147 supports WAVE and AU files. |
148 \row |
148 \row |
149 \o Mac OS X |
149 \o Mac OS X |
150 \o NSSound is used. All formats that NSSound supports, including QuickTime formats, |
150 \o NSSound is used. All formats that NSSound supports, including QuickTime formats, |
151 are supported by Qt for Mac OS X. |
151 are supported by Qt for Mac OS X. |
152 \row |
152 \row |
153 \o Qt for Embedded Linux |
153 \o Qt for Embedded Linux |
154 \o A built-in mixing sound server is used, accessing \c /dev/dsp |
154 \o A built-in mixing sound server is used, accessing \c /dev/dsp |
155 directly. Only the WAVE format is supported. |
155 directly. Only the WAVE format is supported. |
|
156 \row |
156 \o Symbian |
157 \o Symbian |
157 \o CMdaAudioPlayerUtility is used. All formats that Symbian OS or devices support |
158 \o CMdaAudioPlayerUtility is used. All formats that Symbian OS or devices support |
158 are supported also by Qt. |
159 are supported also by Qt. |
159 \endtable |
160 \endtable |
160 |
161 |