Add the audio decoder variant of QMediaPlayer.

Rather than the probe based way of doing it.  Initially private.

Change-Id: I30005f8da22f6451cb9de8eb3f0e193838d48c93
Reviewed-by: Ling Hu <ling.hu@nokia.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Michael Goddard
2012-02-06 17:45:10 +10:00
committed by Qt by Nokia
parent 272be4554f
commit 87ec3461c1
13 changed files with 1596 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ PUBLIC_HEADERS += \
controls/qmediaaudioprobecontrol.h \
controls/qmediavideoprobecontrol.h
PRIVATE_HEADERS += \
controls/qaudiodecodercontrol_p.h
SOURCES += \
controls/qaudioencodercontrol.cpp \
controls/qcameracapturebufferformatcontrol.cpp \
@@ -67,4 +70,5 @@ SOURCES += \
controls/qvideoencodercontrol.cpp \
controls/qvideorenderercontrol.cpp \
controls/qmediaaudioprobecontrol.cpp \
controls/qmediavideoprobecontrol.cpp
controls/qmediavideoprobecontrol.cpp \
controls/qaudiodecodercontrol_p.cpp