Click or drag to resize

AudioOutputPlaybackDevice Property

LightningChart .NET Help
Gets or sets the current playback device. Is settable when IsInputEnabled is false. By setting this property null, Windows' default playback device is used.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(null)]
public PlaybackDeviceInfo PlaybackDevice { get; set; }

Property Value

Type: PlaybackDeviceInfo
See Also