Represents the Windows Multimedia MMTIME structure.
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
The MIDI_TIME type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | cb |
Byte count. Used when type is TIME_BYTES.
|
![]() | fps |
Frames per second (24, 25, 29 (30 drop), or 30) - SMPTE time structure. Used when type is TIME_SMPTE.
|
![]() | frame |
Frames - SMPTE time structure. Used when type is TIME_SMPTE.
|
![]() | hour |
Hours - SMPTE time structure. Used when type is TIME_SMPTE.
|
![]() | min |
Minutes - SMPTE time structure. Used when type is TIME_SMPTE.
|
![]() | ms |
Number of milliseconds. Used when type is TIME_MS.
|
![]() | sample |
Number of samples. Used when type is TIME_SAMPLES.
|
![]() | sec |
Seconds - SMPTE time structure. Used when type is TIME_SMPTE.
|
![]() | songptrpos |
Song pointer position. MIDI time structure. Used when type is TIME_MIDI.
|
![]() | ticks |
Ticks in MIDI stream. Used when type is TIME_TICKS.
|
![]() | type |
Time format. It can be one of the following values (see MIDITimeType).
|
Remarks
See Also