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