CML
    Preparing search index...

    Type Alias ManifestBoxValidationState

    State to carry between consecutive manifest-box segment validations.

    Pass the nextState returned by validateC2paManifestBoxSegment into the next call to enable streamId, sequenceNumber, and continuity checks.

    type ManifestBoxValidationState = {
        lastSequenceNumber?: number | null;
        lastStreamId?: string | null;
    }
    Index

    Properties

    lastSequenceNumber?: number | null
    lastStreamId?: string | null