Added audren:u#GetAudioRendererState

This commit is contained in:
David Marcec 2018-09-23 22:32:01 +10:00
parent 93fea4e179
commit c461188f51
5 changed files with 21 additions and 1 deletions

View file

@ -170,6 +170,7 @@ public:
u32 GetSampleRate() const;
u32 GetSampleCount() const;
u32 GetMixBufferCount() const;
u32 GetState() const;
private:
class VoiceState;