OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / FDK / コード / 03.サウンド / ESoundDeviceType.cs
diff --git a/FDK/コード/03.サウンド/ESoundDeviceType.cs b/FDK/コード/03.サウンド/ESoundDeviceType.cs
new file mode 100644 (file)
index 0000000..fe0edf0
--- /dev/null
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace FDK
+{
+       public enum ESoundDeviceType
+       {
+               ExclusiveWASAPI,
+               SharedWASAPI,
+               ASIO,
+               DirectSound,
+               Unknown,
+       }
+}