Click or drag to resize

PlaybackDeviceInfo Class

LightningChart .NET Help
Represents playback device info.
Inheritance Hierarchy
SystemObject
  Arction.Wpf.SignalProcessingPlaybackDeviceInfo

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public class PlaybackDeviceInfo

The PlaybackDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodPlaybackDeviceInfo
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified PlaybackDeviceInfo object has the same id as the current PlaybackDeviceInfo object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for the current object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldDescription
Playback device description.
Public fieldDriverGuid
Playback device id.
Public fieldModuleName
Playback device module name.
Top
See Also