BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageTimestampAsIntPtr Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the time span value (typically the param2 of a Midi message).

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

public IntPtr TimestampAsIntPtr { get; set; }

Property Value

Type: IntPtr
Remarks

See Timestamp for details (uses the same value as Timestamp but represented as an IntPtr).
See Also

Reference