diff options
author | David Marcec <dmarcecguzman@gmail.com> | 2018-09-23 22:32:01 +1000 |
---|---|---|
committer | David Marcec <dmarcecguzman@gmail.com> | 2018-09-23 22:32:01 +1000 |
commit | c461188f516173302b1aa97bbe4ee358d776b8c8 (patch) | |
tree | 2699c6c0d34f56908e950a65d038af2824cc6b13 /src/audio_core/stream.h | |
parent | 93fea4e17943fa189f30a73c179d8efb64a83318 (diff) |
Added audren:u#GetAudioRendererState
Diffstat (limited to 'src/audio_core/stream.h')
-rw-r--r-- | src/audio_core/stream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio_core/stream.h b/src/audio_core/stream.h index 27db1112f..43eca74e1 100644 --- a/src/audio_core/stream.h +++ b/src/audio_core/stream.h @@ -72,6 +72,9 @@ public: /// Gets the number of channels u32 GetNumChannels() const; + /// Get the state + u32 GetState() const; + private: /// Current state of the stream enum class State { |