Inefficient, but pumping audio.

This commit is contained in:
Ben Vanik
2014-01-12 23:52:55 -08:00
parent ab9d384813
commit 4f552da6c4
3 changed files with 13 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ protected:
uint32_t callback_arg;
uint32_t wrapped_callback_arg;
} client_;
bool can_submit_;
AudioDriver* driver_;
};