summaryrefslogtreecommitdiffstats
path: root/include/media/ToneGenerator.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:23 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:23 -0800
commitcce8bd12da6d8419a8770e4552a51ec297c250c2 (patch)
tree04f90a5380030b06b7c7c99b9972ef0f147621ec /include/media/ToneGenerator.h
parent7b5eb023f8d87cca6d830ae6c11c6aadbe02aca8 (diff)
downloadframeworks_av-cce8bd12da6d8419a8770e4552a51ec297c250c2.zip
frameworks_av-cce8bd12da6d8419a8770e4552a51ec297c250c2.tar.gz
frameworks_av-cce8bd12da6d8419a8770e4552a51ec297c250c2.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'include/media/ToneGenerator.h')
-rw-r--r--include/media/ToneGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/ToneGenerator.h b/include/media/ToneGenerator.h
index da1489f..0ddfb8e 100644
--- a/include/media/ToneGenerator.h
+++ b/include/media/ToneGenerator.h
@@ -134,6 +134,7 @@ private:
Condition mWaitCbkCond; // condition enabling interface to wait for audio callback completion after a change is requested
float mVolume; // Volume applied to audio track
int mStreamType; // Audio stream used for output
+ int mProcessSize; // Size of audio blocks generated at a time by audioCallback() (in PCM frames).
bool initAudioTrack();
static void audioCallback(int event, void* user, void *info);