Class PlaybackCurrentTimeWatcherSettings
Settings for PlaybackCurrentTimeWatcher.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class PlaybackCurrentTimeWatcherSettings
Properties
ClockSettings
Gets or sets settings for internal MidiClock used to watch
playbacks by PlaybackCurrentTimeWatcher.
Declaration
public MidiClockSettings ClockSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| MidiClockSettings |
WatchOnlyRunningPlaybacks
Gets or sets a value indicating whether current time should be reported for only
running playbacks (IsRunning is
true) or not. The
default value is false which means all playbacks will be watched.Declaration
public bool WatchOnlyRunningPlaybacks { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |