Enum MidiTimeCodeType
MIDI time code type (frames per second).
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum MidiTimeCodeType : byte
Fields
| Name | Description |
|---|---|
| Thirty | 30 frames per second. |
| ThirtyDrop | 29.97 frames per second (also called "30 drop"). |
| TwentyFive | 25 frames per second. |
| TwentyFour | 24 frames per second. |