videosphere
    Preparing search index...
    • Applies an absolute timestamp to one trim handle.

      Parameters

      • value: { startSeconds: number; endSeconds: number }

        Current trim range in seconds.

      • handle: "end" | "start"

        Which handle to move.

      • seconds: number

        Target timestamp in seconds.

      • durationSeconds: number

        Total source duration in seconds.

      Returns { startSeconds: number; endSeconds: number }

      Updated trim range.