mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-11 08:22:52 +00:00
Finalize C <=> C++ interface
This commit is contained in:
@@ -69,6 +69,11 @@ public:
|
||||
void emit(Frame *out, uint16_t peripheral);
|
||||
void incrementTime();
|
||||
bool isPlaying() const;
|
||||
#ifndef NDEBUG
|
||||
void media_action(MediaAction action);
|
||||
bool media_busy() const;
|
||||
void mic_toggle();
|
||||
#endif
|
||||
|
||||
private:
|
||||
void startPlaying();
|
||||
|
||||
Reference in New Issue
Block a user