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. This is a dependency property.

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public PlaybackDeviceInfo PlaybackDevice { get; set; }

Property Value

Type: PlaybackDeviceInfo
See Also