Class StreamDisposition

java.lang.Object
com.github.kokorin.jaffree.ffprobe.StreamDisposition

public class StreamDisposition extends Object
Stream disposition description.
  • Constructor Details

    • StreamDisposition

      public StreamDisposition(ProbeData probeData)
      Creates StreamDisposition description based on provided ffprobe data.
      Parameters:
      probeData - ffprobe data
  • Method Details

    • getProbeData

      public ProbeData getProbeData()
      Returns data section which holds all the data provided by ffprobe.

      Use this method if you have to access properties which are not accessible through other getters.

      Returns:
      probe data
    • getDefault

      public Boolean getDefault()
      Returns:
      true if default
    • getDub

      public Boolean getDub()
      Returns:
      true if dub
    • getOriginal

      public Boolean getOriginal()
      Returns:
      true if original
    • getComment

      public Boolean getComment()
      Returns:
      true if comment
    • getLyrics

      public Boolean getLyrics()
      Returns:
      true if lyrics
    • getKaraoke

      public Boolean getKaraoke()
      Returns:
      true if karaoke
    • getForced

      public Boolean getForced()
      Returns:
      true if forced
    • getHearingImpaired

      public Boolean getHearingImpaired()
      Returns:
      true if hearing impaired
    • getVisualImpaired

      public Boolean getVisualImpaired()
      Returns:
      true if visual impaired
    • getCleanEffects

      public Boolean getCleanEffects()
      Returns:
      true if clean effects
    • getAttachedPic

      public Boolean getAttachedPic()
      Returns:
      true if attached pic
    • getTimedThumbnails

      public Boolean getTimedThumbnails()
      Returns:
      true if timed thumbnails