Polyend Tracker Library - v0.1.1
    Preparing search index...

    Interface MetadataHeaderInfo

    Represents the header information for a collection of patterns.

    ℹ️ There is no need to create this yourself. Use Tracker.createPatternsMetadata instead.

    interface MetadataHeaderInfo {
        control_flags: number;
        file_identifier: string;
        total_size: number;
        version: number;
    }
    Index

    Properties

    control_flags: number

    Control flags (reserved, not used)

    file_identifier: string

    File identifier. Currently always: PAMD

    total_size: number

    Total data size in bytes. No need to define as it is calculated automatically.

    version: number

    Version number. Currently always 1