BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageTimestamp 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 in 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 long Timestamp { get; set; }

Property Value

Type: Int64
See Also

Reference