Search Results for

    Show / Hide Table of Contents

    Class PlaybackCurrentTime

    Holds the current time of a playback.
    Inheritance
    object
    PlaybackCurrentTime
    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 PlaybackCurrentTime

    Properties

    Playback

    Gets the playback which current PlaybackCurrentTime holds current time for.
    Declaration
    public Playback Playback { get; }
    Property Value
    Type Description
    Playback

    Time

    Gets the current time of a playback.
    Declaration
    public ITimeSpan Time { get; }
    Property Value
    Type Description
    ITimeSpan
    In this article
    Back to top 2025 / Generated by DocFX