CML
    Preparing search index...

    Type Alias BmffHashConstraint

    A byte-level constraint used to match specific BMFF box content within a C2PA BMFF hash exclusion.

    type BmffHashConstraint = {
        offset: number;
        value: Uint8Array | readonly number[];
    }
    Index

    Properties

    Properties

    offset: number
    value: Uint8Array | readonly number[]