Add a QAudioBuffer class.
Prereq for probing or decoding. The abstract API probably needs to change. Change-Id: Ie0bf796c1f581f34bbc0a8af2dffc387c513a330 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
ee39683e27
commit
3c4dcf00bb
17
tests/auto/unit/qaudiobuffer/qaudiobuffer.pro
Normal file
17
tests/auto/unit/qaudiobuffer/qaudiobuffer.pro
Normal file
@@ -0,0 +1,17 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2012-02-02T23:40:38
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += multimedia testlib
|
||||
QT -= gui
|
||||
|
||||
TARGET = tst_qaudiobuffer
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
SOURCES += tst_qaudiobuffer.cpp
|
||||
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
||||
Reference in New Issue
Block a user