Interface Stream

All Superinterfaces:
ManifestContributor
All Known Subinterfaces:
AudioStream, SubtitleStream, VideoStream
All Known Implementing Classes:
AbstractStreamImpl, AudioStreamImpl, SubtitleStreamImpl, VideoStreamImpl

public interface Stream extends ManifestContributor
A Track consists out of one or more streams.
  • Method Details

    • getIdentifier

      String getIdentifier()
      Return an identifier that identifies a stream within it's track.
    • getFrameCount

      Long getFrameCount()