BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageTimespan Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the time that the message was received by the input device driver. The time stamp is specified as milliseconds, beginning at zero when the MIDI_InStart(IntPtr) function was called.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public TimeSpan Timespan { get; set; }

Property Value

Type: TimeSpan
Remarks

The Timespan and the Timestamp members can be used in exchange and will express the same time stamp..
See Also

Reference