OSDN Git Service

Merge branch 'feature/#36529_SlimDXからSharpDXへの移行' into develop
[dtxmania/dtxmania.git] / SlimDXc_Jun2010(VC++2008) / source / directsound / Guids.h
diff --git a/SlimDXc_Jun2010(VC++2008)/source/directsound/Guids.h b/SlimDXc_Jun2010(VC++2008)/source/directsound/Guids.h
deleted file mode 100644 (file)
index 1c677d6..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-/*\r
-* Copyright (c) 2007-2010 SlimDX Group\r
-* \r
-* Permission is hereby granted, free of charge, to any person obtaining a copy\r
-* of this software and associated documentation files (the "Software"), to deal\r
-* in the Software without restriction, including without limitation the rights\r
-* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
-* copies of the Software, and to permit persons to whom the Software is\r
-* furnished to do so, subject to the following conditions:\r
-* \r
-* The above copyright notice and this permission notice shall be included in\r
-* all copies or substantial portions of the Software.\r
-* \r
-* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
-* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
-* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
-* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
-* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
-* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
-* THE SOFTWARE.\r
-*/\r
-#pragma once\r
-\r
-namespace SlimDX\r
-{\r
-       namespace DirectSound\r
-       {\r
-               /// <summary>\r
-               /// Contains system-defined identifiers for DirectSound default playback and capture devices.\r
-               /// </summary>\r
-               /// <unmanaged>None</unmanaged>\r
-               public ref class DirectSoundGuid sealed\r
-               {\r
-               private: \r
-                       DirectSoundGuid() {}\r
-\r
-               public:\r
-                       /// <summary>\r
-                       /// All objects.\r
-                       /// </summary>\r
-                       static property System::Guid AllObjects\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_All_Objects ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Default audio capture device.\r
-                       /// </summary>\r
-                       static property System::Guid DefaultCaptureDevice\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DSDEVID_DefaultCapture ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Default audio playback device.\r
-                       /// </summary>\r
-                       static property System::Guid DefaultPlaybackDevice\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DSDEVID_DefaultPlayback ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Voice capture device.\r
-                       /// </summary>\r
-                       static property System::Guid DefaultVoiceCaptureDevice\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DSDEVID_DefaultVoiceCapture ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Voice playback device.\r
-                       /// </summary>\r
-                       static property System::Guid DefaultVoicePlaybackDevice\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DSDEVID_DefaultVoicePlayback ); }\r
-                       }\r
-               };\r
-\r
-               /// <summary>\r
-               /// Contains system-defined identifiers for DirectSound capture effects.\r
-               /// </summary>\r
-               /// <unmanaged>None</unmanaged>\r
-               public ref class CaptureEffectGuid sealed\r
-               {\r
-               private:\r
-                       CaptureEffectGuid() {}\r
-\r
-               public:\r
-                       /// <summary>\r
-                       /// Acoustic echo cancellation capture effect.\r
-                       /// </summary>\r
-                       static property System::Guid AcousticEchoCancellationCaptureEffect\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSCFX_CLASS_AEC ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Noise suppression capture effect\r
-                       /// </summary>\r
-                       static property System::Guid NoiseSuppressionCaptureEffect\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSCFX_CLASS_NS ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Microsoft acoustic echo cancellation capture effect\r
-                       /// </summary>\r
-                       static property System::Guid MicrosoftAcousticEchoCancellationCaptureEffect\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSCFX_MS_AEC ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Microsoft noise suppression capture effect\r
-                       /// </summary>\r
-                       static property System::Guid MicrosoftNoiseSuppressionCaptureEffect\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSCFX_MS_NS ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// System default acoustic echo cancellation capture effect\r
-                       /// </summary>\r
-                       static property System::Guid SystemAcousticEchoCancellationCaptureEffect\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSCFX_SYSTEM_AEC ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// System default noise suppression capture effect\r
-                       /// </summary>\r
-                       static property System::Guid SystemNoiseSuppressionCaptureEffect\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSCFX_SYSTEM_NS ); }\r
-                       }\r
-               };\r
-\r
-               /// <summary>\r
-               /// Contains system-defined identifiers for DirectSound sound effects.\r
-               /// </summary>\r
-               /// <unmanaged>None</unmanaged>\r
-               public ref class SoundEffectGuid sealed \r
-               {\r
-               private:\r
-                       SoundEffectGuid() {}\r
-\r
-               public:\r
-                       /// <summary>\r
-                       /// Standard Chorus effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardChorus\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_CHORUS ); } \r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Standard Compressor effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardCompressor\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_COMPRESSOR ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Standard Distortion effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardDistortion\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_DISTORTION ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Standard Echo effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardEcho\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_ECHO ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Standard Flanger effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardFlanger\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_FLANGER ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Standard Gargle effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardGargle\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_GARGLE ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Standard Environmental reverberation effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardInteractive3DLevel2Reverb\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_I3DL2REVERB ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Standard Parametric equalizer effect\r
-                       /// </summary>\r
-                       static property System::Guid StandardParametricEqualizer\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_STANDARD_PARAMEQ ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// Waves reverberation effect \r
-                       /// </summary>\r
-                       static property System::Guid WavesReverb\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( GUID_DSFX_WAVES_REVERB ); }\r
-                       }\r
-               };\r
-\r
-               /// <summary>\r
-               /// Contains system-defined identifiers for DirectSound 3-D Algorithms.\r
-               /// </summary>\r
-               /// <unmanaged>None</unmanaged>\r
-               public ref class DirectSound3DAlgorithmGuid sealed\r
-               {\r
-               private:\r
-                       DirectSound3DAlgorithmGuid() {}\r
-\r
-               public:\r
-                       /// <summary>\r
-                       /// Default 3-D algorithm\r
-                       /// </summary>\r
-                       static property System::Guid Default3DAlgorithm\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DS3DALG_DEFAULT ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// The 3-D API is processed with the high quality 3-D audio algorithm. This algorithm gives the highest quality 3-D audio effect, but uses more CPU cycles.\r
-                       /// </summary>\r
-                       static property System::Guid FullHrt3DAlgorithm\r
-                       { \r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DS3DALG_HRTF_FULL ); } \r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// The 3-D API is processed with the efficient 3-D audio algorithm. This algorithm gives a good 3-D audio effect, but uses fewer CPU cycles than Guid3DAlgorithmHrtfFull\r
-                       /// </summary>\r
-                       static property System::Guid LightHrt3DAlgorithm\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DS3DALG_HRTF_LIGHT ); }\r
-                       }\r
-\r
-                       /// <summary>\r
-                       /// 3-D output is mapped into normal left and right stereo panning. At 90 degrees to the left, the sound is coming out of only the left speaker; at 90 degrees to the right, sound is coming out of only the right speaker. The vertical axis is ignored except for scaling of volume due to distance. Doppler shift and volume scaling are still applied, but the 3-D filtering is not performed on this buffer. This is the most efficient software implementation, but provides no virtual 3-D audio effect.\r
-                       /// </summary>\r
-                       static property System::Guid NoVirtualization3DAlgorithm\r
-                       {\r
-                               System::Guid get() { return Utilities::ConvertNativeGuid( DS3DALG_NO_VIRTUALIZATION ); }\r
-                       }\r
-               };\r
-       }\r
-}\r