ST2110OutputAncillarySender.frameRate property

Pacing rate. Must match the paired video session’s frame rate; ANC packets are stamped with PTSs in the video media clock (90 kHz) and receivers align them to the matching video frame. Expressed as { frames, seconds } per Norsk’s standard frame rate shape (e.g. { frames: 50, seconds: 1 } for 50 fps, { frames: 60000, seconds: 1001 } for 59.94).

Signature:

frameRate: {
        frames: number;
        seconds: number;
    };