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