Record Class FFProbeStreamDisposition

java.lang.Object
java.lang.Record
tv.hd3g.ffprobejaxb.data.FFProbeStreamDisposition

public record FFProbeStreamDisposition(boolean asDefault, boolean dub, boolean original, boolean comment, boolean lyrics, boolean karaoke, boolean forced, boolean hearingImpaired, boolean visualImpaired, boolean cleanEffects, boolean attachedPic, boolean timedThumbnails, boolean nonDiegetic, boolean captions, boolean descriptions, boolean metadata, boolean dependent, boolean stillImage) extends Record
StreamDispositionType
  • Constructor Summary

    Constructors
    Constructor
    Description
    FFProbeStreamDisposition(boolean asDefault, boolean dub, boolean original, boolean comment, boolean lyrics, boolean karaoke, boolean forced, boolean hearingImpaired, boolean visualImpaired, boolean cleanEffects, boolean attachedPic, boolean timedThumbnails, boolean nonDiegetic, boolean captions, boolean descriptions, boolean metadata, boolean dependent, boolean stillImage)
    Creates an instance of a FFProbeStreamDisposition record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns the value of the asDefault record component.
    boolean
    Returns the value of the attachedPic record component.
    boolean
    Returns the value of the captions record component.
    boolean
    Returns the value of the cleanEffects record component.
    boolean
    Returns the value of the comment record component.
    boolean
    Returns the value of the dependent record component.
    boolean
    Returns the value of the descriptions record component.
    boolean
    dub()
    Returns the value of the dub record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    boolean
    Returns the value of the forced record component.
    getByNames(String... names)
     
    final int
    Returns a hash code value for this object.
    boolean
    Returns the value of the hearingImpaired record component.
    boolean
    Returns the value of the karaoke record component.
    boolean
    Returns the value of the lyrics record component.
    boolean
    Returns the value of the metadata record component.
    boolean
    Returns the value of the nonDiegetic record component.
    boolean
    Returns the value of the original record component.
     
    boolean
    Returns the value of the stillImage record component.
    boolean
    Returns the value of the timedThumbnails record component.
    final String
    Returns a string representation of this record class.
    boolean
    Returns the value of the visualImpaired record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FFProbeStreamDisposition

      public FFProbeStreamDisposition(boolean asDefault, boolean dub, boolean original, boolean comment, boolean lyrics, boolean karaoke, boolean forced, boolean hearingImpaired, boolean visualImpaired, boolean cleanEffects, boolean attachedPic, boolean timedThumbnails, boolean nonDiegetic, boolean captions, boolean descriptions, boolean metadata, boolean dependent, boolean stillImage)
      Creates an instance of a FFProbeStreamDisposition record class.
      Parameters:
      asDefault - the value for the asDefault record component
      dub - the value for the dub record component
      original - the value for the original record component
      comment - the value for the comment record component
      lyrics - the value for the lyrics record component
      karaoke - the value for the karaoke record component
      forced - the value for the forced record component
      hearingImpaired - the value for the hearingImpaired record component
      visualImpaired - the value for the visualImpaired record component
      cleanEffects - the value for the cleanEffects record component
      attachedPic - the value for the attachedPic record component
      timedThumbnails - the value for the timedThumbnails record component
      nonDiegetic - the value for the nonDiegetic record component
      captions - the value for the captions record component
      descriptions - the value for the descriptions record component
      metadata - the value for the metadata record component
      dependent - the value for the dependent record component
      stillImage - the value for the stillImage record component
  • Method Details

    • resumeDispositions

      public Stream<String> resumeDispositions()
    • getByNames

      public static FFProbeStreamDisposition getByNames(String... names)
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • asDefault

      public boolean asDefault()
      Returns the value of the asDefault record component.
      Returns:
      the value of the asDefault record component
    • dub

      public boolean dub()
      Returns the value of the dub record component.
      Returns:
      the value of the dub record component
    • original

      public boolean original()
      Returns the value of the original record component.
      Returns:
      the value of the original record component
    • comment

      public boolean comment()
      Returns the value of the comment record component.
      Returns:
      the value of the comment record component
    • lyrics

      public boolean lyrics()
      Returns the value of the lyrics record component.
      Returns:
      the value of the lyrics record component
    • karaoke

      public boolean karaoke()
      Returns the value of the karaoke record component.
      Returns:
      the value of the karaoke record component
    • forced

      public boolean forced()
      Returns the value of the forced record component.
      Returns:
      the value of the forced record component
    • hearingImpaired

      public boolean hearingImpaired()
      Returns the value of the hearingImpaired record component.
      Returns:
      the value of the hearingImpaired record component
    • visualImpaired

      public boolean visualImpaired()
      Returns the value of the visualImpaired record component.
      Returns:
      the value of the visualImpaired record component
    • cleanEffects

      public boolean cleanEffects()
      Returns the value of the cleanEffects record component.
      Returns:
      the value of the cleanEffects record component
    • attachedPic

      public boolean attachedPic()
      Returns the value of the attachedPic record component.
      Returns:
      the value of the attachedPic record component
    • timedThumbnails

      public boolean timedThumbnails()
      Returns the value of the timedThumbnails record component.
      Returns:
      the value of the timedThumbnails record component
    • nonDiegetic

      public boolean nonDiegetic()
      Returns the value of the nonDiegetic record component.
      Returns:
      the value of the nonDiegetic record component
    • captions

      public boolean captions()
      Returns the value of the captions record component.
      Returns:
      the value of the captions record component
    • descriptions

      public boolean descriptions()
      Returns the value of the descriptions record component.
      Returns:
      the value of the descriptions record component
    • metadata

      public boolean metadata()
      Returns the value of the metadata record component.
      Returns:
      the value of the metadata record component
    • dependent

      public boolean dependent()
      Returns the value of the dependent record component.
      Returns:
      the value of the dependent record component
    • stillImage

      public boolean stillImage()
      Returns the value of the stillImage record component.
      Returns:
      the value of the stillImage record component