We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43ff88 commit f02f5d3Copy full SHA for f02f5d3
AVInput/AVInput.cpp
@@ -65,6 +65,7 @@
65
#define AVINPUT_EVENT_ON_GAME_FEATURE_STATUS_CHANGED "gameFeatureStatusUpdate"
66
#define AVINPUT_EVENT_ON_AVI_CONTENT_TYPE_CHANGED "aviContentTypeUpdate"
67
68
+//demo
69
static bool isAudioBalanceSet = false;
70
static int planeType = 0;
71
AVInput/AVInput.h
@@ -27,6 +27,7 @@
27
#define MAX_PRIM_VOL_LEVEL 100
28
#define DEFAULT_INPUT_VOL_LEVEL 100
29
30
31
namespace WPEFramework {
32
namespace Plugin {
33
0 commit comments