Enum MidiTimeCodeComponent
MIDI time code component.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum MidiTimeCodeComponent : byte
Fields
| Name | Description |
|---|---|
| FramesLsb | LSB of frames number. |
| FramesMsb | MSB of frames number. |
| HoursLsb | LSB of hours number. |
| HoursMsbAndTimeCodeType | MSB of hours number and time code type. |
| MinutesLsb | LSB of minutes number. |
| MinutesMsb | MSB of minutes number. |
| SecondsLsb | LSB of seconds number. |
| SecondsMsb | MSB of seconds number. |