Class ANIMVideoTrack

java.lang.Object
org.monte.media.anim.ANIMVideoTrack
All Implemented Interfaces:
Track

public class ANIMVideoTrack extends Object implements Track
ANIMVideoTrack.
Author:
Werner Randelshofer
  • Constructor Details

  • Method Details

    • getSampleCount

      public long getSampleCount()
      Specified by:
      getSampleCount in interface Track
    • setPosition

      public void setPosition(long pos)
      Specified by:
      setPosition in interface Track
    • getPosition

      public long getPosition()
      Specified by:
      getPosition in interface Track
    • read

      public void read(Buffer buf)
      Specified by:
      read in interface Track
    • getFormat

      public Format getFormat()
      Specified by:
      getFormat in interface Track