From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- doc/html/ntqsound.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqsound.html') 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.

On X11 the Network Audio System is used if available, otherwise all operations work silently. NAS supports WAVE and AU files. -

On Macintosh, ironically, we use QT (QuickTime) for sound, this +

On Macintosh, ironically, we use QT (QuickTime) for sound, this means all QuickTime formats are supported by TQt/Mac.

On TQt/Embedded, a built-in mixing sound server is used, which accesses /dev/dsp directly. Only the WAVE format is supported. @@ -97,7 +97,7 @@ accesses /dev/dsp directly. Only the WAVE format is supported.


Member Function Documentation

TQSound::TQSound ( const TQString & filename, TQObject * parent = 0, const char * name = 0 )

-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 filename.

This may use more memory than the static play function.

The parent and name 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.

If no sound is available, all TQSound operations work silently and -tquickly. +quickly.

bool TQSound::isFinished () const

-- cgit v1.2.1