Enum InvalidChunkSizePolicy
Specifies how reading engine should react on difference between actual
chunk's size and the one declared in its header. The default is Abort.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum InvalidChunkSizePolicy : byte
Fields
Name | Description |
---|---|
Abort | Abort reading and throw an InvalidChunkSizeException. |
Ignore | Ignore difference between actual chunk's size and the declared one. |