On 2/02/11 9:12 AM, ext Koichi Mori wrote: > Hi, > > Can anyone explain what's the difference between Qt Mobility QML > elements SoundEffect and Audio? Only difference I see is Audio has more > properties and SoundEffect has loops property.
SoundEffect is tuned for faster playback - generally it will be likely to have less format support than the Audio element. > Also, why SoundEffect does not appear in the QML Multimedia plugin > overview page (http://doc.qt.nokia.com/qtmobility/qml-multimedia.html)? A mistake. http://bugreports.qt.nokia.com/browse/QTMOBILITY-1088 - Justin > -- > BR, > Koichi Mori _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback
