Class OggSeekPoint


  • public class OggSeekPoint
    extends java.lang.Object
    • Constructor Detail

      • OggSeekPoint

        public OggSeekPoint​(long position,
                            long granulePosition,
                            long timecode,
                            long pageSequence)
        Parameters:
        position - The position of the seek point in the stream, in bytes.
        granulePosition - The granule position of the seek point in the stream.
        timecode - The time of the seek point in the stream, in milliseconds.
        pageSequence - The page to what this seek point belong.
    • Method Detail

      • getPosition

        public long getPosition()
        Returns:
        The position of the seek point in the stream, in bytes.
      • getGranulePosition

        public long getGranulePosition()
        Returns:
        The granule position of the seek point in the stream.
      • getTimecode

        public long getTimecode()
        Returns:
        The timecode of the seek point in the stream, in milliseconds.
      • getPageSequence

        public long getPageSequence()
        Returns:
        The page to what this seek point belong.