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.18.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| TIME_MS | 1 | Time in milliseconds. | |
| TIME_SAMPLES | 2 | Number of waveform-audio samples. | |
| TIME_BYTES | 4 | Current byte offset from beginning of the file. | |
| TIME_SMPTE | 8 | SMPTE (Society of Motion Picture and Television Engineers) time. | |
| TIME_MIDI | 16 | MIDI time. | |
| TIME_TICKS | 32 | Ticks within a MIDI stream. |
See Also