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

@@ -29,6 +29,7 @@ SUBDIRS += \
qvideoframe \
qvideosurfaceformat \
qwavedecoder \
qaudiobuffer
# Tests depending on private interfaces should only be built if
# these interfaces are exported.
@@ -36,3 +37,4 @@ contains (QT_CONFIG, private_tests) {
SUBDIRS += \
qdeclarativeaudio
}