Class PlaybackCurrentTime
Holds the current time of a playback.
Inherited Members
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 |