Enum UnknownChunkIdPolicy
Specifies how reading engine should react on chunk with unknown ID. The default
is ReadAsUnknownChunk.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum UnknownChunkIdPolicy : byte
Fields
Name | Description |
---|---|
Abort | Abort reading and throw an UnknownChunkException. |
ReadAsUnknownChunk | Read the chunk as UnknownChunk. |
Skip | Skip this chunk and go to the next one. |