BASS.NET API for the Un4seen BASS Audio Library

MIDITimeType Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Defines constants representing the Midi timing format used by the MIDI_TIME structure.

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

public enum MIDITimeType
Members

  Member nameValueDescription
TIME_MS1 Time in milliseconds.
TIME_SAMPLES2 Number of waveform-audio samples.
TIME_BYTES4 Current byte offset from beginning of the file.
TIME_SMPTE8 SMPTE (Society of Motion Picture and Television Engineers) time.
TIME_MIDI16 MIDI time.
TIME_TICKS32 Ticks within a MIDI stream.
See Also

Reference