DSoundHelper.DefaultCaptureDevice Field (Microsoft.DirectX.DirectSound)
Retrieves the globally unique identifier (GUID) for the system-wide default audio capture device.
Definition
Visual Basic Public Shared DefaultCaptureDevice As Guid C# public static Guid DefaultCaptureDevice; C++ public: static Guid DefaultCaptureDevice; JScript public static var DefaultCaptureDevice : Guid
Field Value
System.Guid
Returns the GUID for the system-wide default audio capture device.This field is read-only.