Enum UnknownSectionPolicy
- Namespace
- ChartTools.IO.Configuration
- Assembly
- ChartTools.dll
Defines how unknown sections or Midi chunks are handled.
public enum UnknownSectionPolicy : byte
- Extension Methods
Fields
Store = 1
Store the raw data to be included when writing.
ThrowException = 0
Throw an exception with the section or chunk header.