output/pulse: move code into the struct

This commit is contained in:
Max Kellermann
2014-12-29 18:12:16 +01:00
parent 0b9f650fe2
commit 970e338847
3 changed files with 299 additions and 286 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
#include <SLES/OpenSLES_Android.h>
class SlesOutput {
friend AudioOutputWrapper<SlesOutput>;
friend struct AudioOutputWrapper<SlesOutput>;
static constexpr unsigned N_BUFFERS = 3;
static constexpr size_t BUFFER_SIZE = 65536;