src/gui/kernel/qsound.cpp
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   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