Search Results for

    Show / Hide Table of Contents

    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.
    In this article
    Back to top 2024 / Generated by DocFX