summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiodevices/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modified audiodevices example to list all supported formatsGareth Stockwell2010-05-071-0/+4
| | | | | | | | | | | | | | | | | Divided the UI into two tabs: - One which lists all formats supported by the device, in a table. This table is populated dynamically when the user presses a button, rather than at application startup - for some backends such as ALSA, isFormatSupported() is a time-consuming operation. - One which allows the user to specify a particular format, and then test whether it is supported. If the format is not supported, the nearest supported format is displayed. Changing mode causes test result to be cleared. Call showFullScreen() on small-screen devices. Reviewed-by: Kurt Korbatits
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Move audio and video examples into the common multimedia directory.Andrew den Exter2009-10-161-0/+55
Brings the video examples into multimedia directory, and removes the audio sub-directory so the directory structure is in line with the other example categories. Task-number: QT-667 Reviewed-by: Kurt Korbatits