CmafIngestInputSettings.onC2paSegmentVerified property

Called once per init segment and once per media segment when CmafIngestInputSettings.c2paVerification is configured. representationId matches the URL path component pushed by the publisher. isInit distinguishes the init from media segments.

Signature:

onC2paSegmentVerified?: (info: {
        representationId: string;
        isInit: boolean;
        outcome: C2paValidationOutcome;
    }) => void;