Function convertVideoTimeStampToSeconds

  • Converts a video timestamp string to seconds.

    Parameters

    • timestamp: string

      The video timestamp string in the format "HH:MM:SS".

    Returns number

    The number of seconds represented by the timestamp, or NaN if the timestamp is invalid.

Generated using TypeDoc