Merge "Increase the SoundPoolThread queue size to 128 entries." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a6dea121e8
@@ -47,7 +47,7 @@ public:
|
|||||||
void write(SoundPoolMsg msg);
|
void write(SoundPoolMsg msg);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static const size_t maxMessages = 5;
|
static const size_t maxMessages = 128;
|
||||||
|
|
||||||
static int beginThread(void* arg);
|
static int beginThread(void* arg);
|
||||||
int run();
|
int run();
|
||||||
|
|||||||
Reference in New Issue
Block a user