MoqInputSettings.onC2paSegmentVerified property

Called once per init segment and once per media segment when MoqInputSettings.c2paVerification is configured. For MoQ inputs, representationId carries the MoQ track name from the underlying CMAF stream.

Signature:

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