Search Results for

    Show / Hide Table of Contents

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