src/gui/kernel/qsound.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   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