diff options
Diffstat (limited to 'doc/html/ntqsound.html')
-rw-r--r-- | doc/html/ntqsound.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsound.html b/doc/html/ntqsound.html index 2e052157f..d8a7f5303 100644 --- a/doc/html/ntqsound.html +++ b/doc/html/ntqsound.html @@ -86,7 +86,7 @@ only WAVE format sound files are supported. <p> On X11 the <a href="ftp://ftp.x.org/contrib/audio/nas/">Network Audio System</a> is used if available, otherwise all operations work silently. NAS supports WAVE and AU files. -<p> On Macintosh, ironically, we use QT (<a href="http://tquicktime.apple.com">QuickTime</a>) for sound, this +<p> On Macintosh, ironically, we use QT (<a href="http://quicktime.apple.com">QuickTime</a>) for sound, this means all QuickTime formats are supported by TQt/Mac. <p> On TQt/Embedded, a built-in mixing sound server is used, which accesses <tt>/dev/dsp</tt> directly. Only the WAVE format is supported. @@ -97,7 +97,7 @@ accesses <tt>/dev/dsp</tt> directly. Only the WAVE format is supported. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQSound"></a>TQSound::TQSound ( const <a href="ntqstring.html">TQString</a> & filename, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> -Constructs a TQSound that can tquickly play the sound in a file +Constructs a TQSound that can quickly play the sound in a file named <em>filename</em>. <p> This may use more memory than the static <tt>play</tt> function. <p> The <em>parent</em> and <em>name</em> arguments (default 0) are passed on to @@ -124,7 +124,7 @@ returns FALSE. An application may choose either to notify the user if sound is crucial to the application or to operate silently without bothering the user. <p> If no sound is available, all TQSound operations work silently and -tquickly. +quickly. <h3 class=fn>bool <a name="isFinished"></a>TQSound::isFinished () const </h3> |