Enum UnknownFileFormatPolicy
Specifies how reading engine should react on file format which doesn't belong to
the MidiFileFormat.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum UnknownFileFormatPolicy
Fields
| Name | Description |
|---|---|
| Abort | Abort reading and throw an UnknownFileFormatException. |
| Ignore | Ignore unknown file format and try to read chunks. |