mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 02:56:34 -04:00
Make CaptureAppView capture functions same as AnalogAudioView.
This commit is contained in:
parent
18e40562b5
commit
a6d41547a0
2 changed files with 29 additions and 13 deletions
|
@ -61,6 +61,10 @@ private:
|
|||
SignalToken signal_token_tick_second;
|
||||
|
||||
void on_record();
|
||||
bool is_recording() const;
|
||||
void record_start();
|
||||
void record_stop();
|
||||
|
||||
void on_tick_second();
|
||||
|
||||
void on_tuning_frequency_changed(rf::Frequency f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue