| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #pragma once 2 : 3 : #include <portaudio.h> 4 : 5 : namespace Amplitron { 6 : 7 : /** 8 : * @brief Opaque state for PortAudio backend. 9 : * Defined here so all portaudio split files can access it. 10 : */ 11 583 : struct AudioBackendState { 12 292 : PaStream* stream = nullptr; 13 : }; 14 : 15 : } // namespace Amplitron |
| Generated by: LCOV version 2.0-1 |