summaryrefslogtreecommitdiff
path: root/src/audio_core/stream.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-23 16:25:12 -0400
committerGitHub <noreply@github.com>2018-09-23 16:25:12 -0400
commitd373a65d260f408cb6d009369f4685d546ece888 (patch)
tree2739eb47a2b8617334297f389a07ca02f9993a0d /src/audio_core/stream.h
parentc6f5c7d291b6bdfcc0e472298b93d046bfb534a6 (diff)
parentc461188f516173302b1aa97bbe4ee358d776b8c8 (diff)
Merge pull request #1391 from ogniK5377/GetAudioRendererState
Added audren:u#GetAudioRendererState
Diffstat (limited to 'src/audio_core/stream.h')
-rw-r--r--src/audio_core/stream.h3
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 {