ClimaxSegment

The climax parts of the music.

struct ClimaxSegment
{
    int32_t startTimeMs;
    int32_t endTimeMs;
};
Since
v4.1.0

Attributes

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