This commit is contained in:
2024-09-30 20:24:25 -07:00
parent fc8b771026
commit dfa260b87c
2 changed files with 12 additions and 34 deletions

View File

@@ -33,8 +33,6 @@ namespace ehs
AudioDevice& operator=(const AudioDevice& device);
void Release() override;
void OpenStream() override;
void CloseStream() override;
@@ -57,6 +55,8 @@ namespace ehs
Str_8 GetName_8() const;
bool IsStreaming() const override;
bool IsValid() const override;
static AudioDevice GetDefault(const AudioDeviceType type);