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; }<DefaultValueAttribute(Nothing)>
Public Property PlaybackDevice As PlaybackDeviceInfo
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property PlaybackDeviceInfo^ PlaybackDevice {
PlaybackDeviceInfo^ get ();
void set (PlaybackDeviceInfo^ value);
}Property Value
Type:
PlaybackDeviceInfo
See Also