Class AVTrack

Direct Known Subclasses:
AudioTrack, VideoTrack

public abstract class AVTrack extends MediaInfoTrack
  • Constructor Details

    • AVTrack

      public AVTrack(org.jdom2.Element track)
  • Method Details

    • getDelay

      public Timecode getDelay()
    • getSource

      public String getSource()
      Get the file where this track can be found (or null if this information is not available)
      Returns:
    • getCodecID

      public String getCodecID()
      Get the track's Codec_ID field (or null if this information is not available)
      Returns:
    • getSamples

      protected abstract long getSamples()
    • getRate

      public abstract Timebase getRate()
    • getSampleCount

      public SampleCount getSampleCount()
    • getDelayInMicroseconds

      protected long getDelayInMicroseconds()
    • getBitRate

      public long getBitRate()