output/pulse: move code into the struct
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user