CML
    Preparing search index...

    Type Alias InitSegmentValidation

    Result of validating a C2PA init segment.

    Returned by validateC2paInitSegment.

    type InitSegmentValidation = {
        certificate: Uint8Array | null;
        errorCodes: readonly (LiveVideoStatusCode | C2paStatusCode)[];
        isValid: boolean;
        manifest: C2paManifest | null;
        manifestId: string | null;
        sessionKeys: readonly ValidatedSessionKey[];
    }
    Index

    Properties

    certificate: Uint8Array | null
    errorCodes: readonly (LiveVideoStatusCode | C2paStatusCode)[]
    isValid: boolean
    manifest: C2paManifest | null
    manifestId: string | null
    sessionKeys: readonly ValidatedSessionKey[]