Search Results for

    Show / Hide Table of Contents

    Enum BufferingPolicy

    Specifies how reading engine should buffer incoming MIDI data before reading it. The default is UseFixedSizeBuffer.
    Namespace: Melanchall.DryWetMidi.Core
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public enum BufferingPolicy

    Fields

    Name Description
    BufferAllData Put entire MIDI data to buffer in memory and read it from here.
    DontUseBuffering Don't buffer data and read it from stream as is.
    UseCustomBuffer Use buffer specified by Buffer.
    UseFixedSizeBuffer Use buffer of fixed size specified by BufferSize.
    In this article
    Back to top 2024 / Generated by DocFX