output/recorder: convert struct to class
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
struct RecorderOutput {
|
||||
class RecorderOutput {
|
||||
friend struct AudioOutputWrapper<RecorderOutput>;
|
||||
|
||||
AudioOutput base;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user