ClimaxSegment
Describes the start and end time of the climax part of a song.
public class ClimaxSegment {
public int startTimeMs;
public int endTimeMs;
}
Properties
- startTimeMs
- Start time of the climax part, in milliseconds.
- endTimeMs
- End time of the climax part, in milliseconds.