MCPcopy Create free account
hub / github.com/Alexays/Waybar / sampleRateCallback

Function sampleRateCallback

src/modules/jack.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120int sampleRateCallback(jack_nframes_t rate, void* obj) {
121 return static_cast<waybar::modules::JACK*>(obj)->sampleRate(rate);
122}
123
124int xrunCallback(void* obj) { return static_cast<waybar::modules::JACK*>(obj)->xrun(); }
125

Callers

nothing calls this directly

Calls 1

sampleRateMethod · 0.80

Tested by

no test coverage detected