Class MatroskaCuePoint


  • public class MatroskaCuePoint
    extends java.lang.Object
    Matroska file cue point. Provides the offsets at a specific timecode for each track
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long timecode
      Timecode using the file timescale
      long[] trackClusterOffsets
      Absolute offset to the cluster
    • Constructor Summary

      Constructors 
      Constructor Description
      MatroskaCuePoint​(long timecode, long[] trackClusterOffsets)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timecode

        public final long timecode
        Timecode using the file timescale
      • trackClusterOffsets

        public final long[] trackClusterOffsets
        Absolute offset to the cluster
    • Constructor Detail

      • MatroskaCuePoint

        public MatroskaCuePoint​(long timecode,
                                long[] trackClusterOffsets)
        Parameters:
        timecode - Timecode using the file timescale
        trackClusterOffsets - Absolute offset to the cluster