ClimaxSegment
Represents the time range of the musical climax.
struct ClimaxSegment
{
int32_t startTimeMs;
int32_t endTimeMs;
};
Properties
- startTimeMs
- Start time of the climax part, in milliseconds.
- endTimeMs
- End time of the climax part, in milliseconds.