Enum UnexpectedTrackChunksCountPolicy
Specifies how reading engine should react on unexpected track chunks count. The default is
Ignore.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum UnexpectedTrackChunksCountPolicy
Fields
Name | Description |
---|---|
Abort | Abort reading and throw an UnexpectedTrackChunksCountException. |
Ignore | Ignore unexpected track chunks count. |