Search Results for

    Show / Hide Table of Contents

    Class ChunkHeaderToken

    Represents a chunk's header.
    Inheritance
    object
    MidiToken
    ChunkHeaderToken
    Inherited Members
    MidiToken.TokenType
    MidiToken.Position
    MidiToken.Length
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Melanchall.DryWetMidi.Core
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class ChunkHeaderToken : MidiToken

    Properties

    ChunkContentSize

    Gets the size (in bytes) of a chunk's content.
    Declaration
    public uint ChunkContentSize { get; }
    Property Value
    Type Description
    uint

    ChunkId

    Gets the ID of a chunk.
    Declaration
    public string ChunkId { get; }
    Property Value
    Type Description
    string

    Methods

    ToString()

    Returns a string that represents the current object.
    Declaration
    public override string ToString()
    Returns
    Type Description
    string A string that represents the current object.
    Overrides
    object.ToString()

    See Also

    MidiTokensReader
    In this article
    Back to top 2024 / Generated by DocFX