diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index aea3f8c86..5d524de81 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -112,6 +112,10 @@ public: int errored () const; int gets () const; + RtAudio& audio_backend() { + return _audio; + } + int audio_callback (void* out, unsigned int frames); StateTimer const & state_timer () const { |
