CML
    Preparing search index...

    Type Alias BmffHashExclusion

    Identifies a BMFF box to exclude from the C2PA content hash (c2pa.hash.bmff.v3).

    The xpath uses C2PA path notation (e.g. /emsg, /moof/traf). Optional data constraints narrow the match to specific box content by byte offset within the box.

    type BmffHashExclusion = {
        data?: readonly BmffHashConstraint[];
        xpath: string;
    }
    Index

    Properties

    Properties

    data?: readonly BmffHashConstraint[]
    xpath: string