Search Results for

    Show / Hide Table of Contents

    Class PlaybackCurrentTimeWatcherSettings

    Settings for PlaybackCurrentTimeWatcher.
    Inheritance
    object
    PlaybackCurrentTimeWatcherSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top 2025 / Generated by DocFX