Class MatroskaCuePoint
- java.lang.Object
-
- com.sedmelluq.discord.lavaplayer.container.matroska.format.MatroskaCuePoint
-
public class MatroskaCuePoint extends java.lang.ObjectMatroska file cue point. Provides the offsets at a specific timecode for each track
-
-
Field Summary
Fields Modifier and Type Field Description longtimecodeTimecode using the file timescalelong[]trackClusterOffsetsAbsolute offset to the cluster
-
Constructor Summary
Constructors Constructor Description MatroskaCuePoint(long timecode, long[] trackClusterOffsets)
-