Audioprobe implementation for wmf backend.

Change-Id: I63af91af870cb92c838c1ab5d4752815aa60a03f
Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-07-11 15:06:40 +10:00
committed by Qt by Nokia
parent 4d13a15bae
commit afe12ea4de
9 changed files with 610 additions and 5 deletions

View File

@@ -10,7 +10,8 @@ HEADERS += \
$$PWD/mfplayercontrol.h \
$$PWD/mfvideorenderercontrol.h \
$$PWD/mfaudioendpointcontrol.h \
$$PWD/mfmetadatacontrol.h
$$PWD/mfmetadatacontrol.h \
$$PWD/mfaudioprobecontrol.h
SOURCES += \
$$PWD/mfplayerservice.cpp \
@@ -18,7 +19,8 @@ SOURCES += \
$$PWD/mfplayercontrol.cpp \
$$PWD/mfvideorenderercontrol.cpp \
$$PWD/mfaudioendpointcontrol.cpp \
$$PWD/mfmetadatacontrol.cpp
$$PWD/mfmetadatacontrol.cpp \
$$PWD/mfaudioprobecontrol.cpp
!isEmpty(QT.widgets.name):!simulator {
HEADERS += $$PWD/evr9videowindowcontrol.h