Enum ExtraTrackChunkPolicy
Specifies how reading engine should react on new track chunk if already read chunks
count greater or equals the one declared at the file header. The default is Read.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum ExtraTrackChunkPolicy : byte
Fields
Name | Description |
---|---|
Read | Read a track chunk anyway. |
Skip | Skip chunk and go to the next one. |