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