mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
Added audren:u#GetAudioRendererState
This commit is contained in:
parent
b2845ff16b
commit
5d1edf66c1
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