mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-23 14:06:14 +02:00
Use c++-style for function pointer
This commit is contained in:
parent
877c7a9b10
commit
78343004dc
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ protected:
|
||||||
bool doAutoConnect_ = false;
|
bool doAutoConnect_ = false;
|
||||||
int autoConnectSkip_;
|
int autoConnectSkip_;
|
||||||
|
|
||||||
void (*interleave_func_)(char*, jack_default_audio_sample_t*, unsigned long, unsigned long);
|
std::function<void(char*, jack_default_audio_sample_t*, unsigned long, unsigned long)> interleave_func_;
|
||||||
|
|
||||||
boost::asio::steady_timer read_timer_;
|
boost::asio::steady_timer read_timer_;
|
||||||
std::chrono::microseconds silence_;
|
std::chrono::microseconds silence_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue