Class BufferInfo

  • Direct Known Subclasses:
    BufferLevelInfo

    public class BufferInfo
    extends java.lang.Object
    • Field Detail

      • framePosition

        protected long framePosition
      • frameLength

        protected int frameLength
    • Constructor Detail

      • BufferInfo

        public BufferInfo​(long framePos,
                          int length)
      • BufferInfo

        public BufferInfo()
    • Method Detail

      • getFramePosition

        public long getFramePosition()
      • setFramePosition

        public void setFramePosition​(long framePos)
      • getFrameLength

        public int getFrameLength()
      • setFrameLength

        public void setFrameLength​(int length)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object