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:
Michael Goddard
2012-02-02 15:28:21 +10:00
committed by Qt by Nokia
parent ee39683e27
commit 3c4dcf00bb
7 changed files with 1080 additions and 1 deletions

View 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/\\\"