AudioCommon: rename isValid() to IsValid()

This commit is contained in:
Tillmann Karras
2021-08-08 03:05:03 +01:00
parent b6d8c111bc
commit eda2035874
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
bool Init() override;
bool SetRunning(bool running) override;
static bool isValid();
static bool IsValid();
static std::vector<std::string> GetAvailableDevices();
static Microsoft::WRL::ComPtr<IMMDevice> GetDeviceByName(std::string_view name);