ClimaxSegment

The climax parts of the music.

struct ClimaxSegment
{
    int32_t startTimeMs;
    int32_t endTimeMs;
};

Attributes

startTimeMs
The time (ms) when the climax part begins.
endTimeMs
The time (ms) when the climax part ends.