Added audren:u#GetAudioRendererState
This commit is contained in:
parent
93fea4e179
commit
c461188f51
5 changed files with 21 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue