Record Class FFprobeVideoFrameConst

java.lang.Object
java.lang.Record
tv.hd3g.fflauncher.ffprobecontainer.FFprobeVideoFrameConst

public record FFprobeVideoFrameConst(FFprobeVideoFrame updatedWith, int width, int height, String pixFmt, String sampleAspectRatio, int codedPictureNumber, int displayPictureNumber, boolean interlacedFrame, boolean topFieldFirst, String colorRange, String colorSpace, String colorPrimaries, String colorTransfer) extends Record
  • Constructor Details

    • FFprobeVideoFrameConst

      public FFprobeVideoFrameConst(FFprobeVideoFrame updatedWith, int width, int height, String pixFmt, String sampleAspectRatio, int codedPictureNumber, int displayPictureNumber, boolean interlacedFrame, boolean topFieldFirst, String colorRange, String colorSpace, String colorPrimaries, String colorTransfer)
      Creates an instance of a FFprobeVideoFrameConst record class.
      Parameters:
      updatedWith - the value for the updatedWith record component
      width - the value for the width record component
      height - the value for the height record component
      pixFmt - the value for the pixFmt record component
      sampleAspectRatio - the value for the sampleAspectRatio record component
      codedPictureNumber - the value for the codedPictureNumber record component
      displayPictureNumber - the value for the displayPictureNumber record component
      interlacedFrame - the value for the interlacedFrame record component
      topFieldFirst - the value for the topFieldFirst record component
      colorRange - the value for the colorRange record component
      colorSpace - the value for the colorSpace record component
      colorPrimaries - the value for the colorPrimaries record component
      colorTransfer - the value for the colorTransfer record component
  • Method Details

    • valuesEquals

      public boolean valuesEquals(FFprobeVideoFrameConst obj)
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components 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.
    • updatedWith

      public FFprobeVideoFrame updatedWith()
      Returns the value of the updatedWith record component.
      Returns:
      the value of the updatedWith record component
    • width

      public int width()
      Returns the value of the width record component.
      Returns:
      the value of the width record component
    • height

      public int height()
      Returns the value of the height record component.
      Returns:
      the value of the height record component
    • pixFmt

      public String pixFmt()
      Returns the value of the pixFmt record component.
      Returns:
      the value of the pixFmt record component
    • sampleAspectRatio

      public String sampleAspectRatio()
      Returns the value of the sampleAspectRatio record component.
      Returns:
      the value of the sampleAspectRatio record component
    • codedPictureNumber

      public int codedPictureNumber()
      Returns the value of the codedPictureNumber record component.
      Returns:
      the value of the codedPictureNumber record component
    • displayPictureNumber

      public int displayPictureNumber()
      Returns the value of the displayPictureNumber record component.
      Returns:
      the value of the displayPictureNumber record component
    • interlacedFrame

      public boolean interlacedFrame()
      Returns the value of the interlacedFrame record component.
      Returns:
      the value of the interlacedFrame record component
    • topFieldFirst

      public boolean topFieldFirst()
      Returns the value of the topFieldFirst record component.
      Returns:
      the value of the topFieldFirst record component
    • colorRange

      public String colorRange()
      Returns the value of the colorRange record component.
      Returns:
      the value of the colorRange record component
    • colorSpace

      public String colorSpace()
      Returns the value of the colorSpace record component.
      Returns:
      the value of the colorSpace record component
    • colorPrimaries

      public String colorPrimaries()
      Returns the value of the colorPrimaries record component.
      Returns:
      the value of the colorPrimaries record component
    • colorTransfer

      public String colorTransfer()
      Returns the value of the colorTransfer record component.
      Returns:
      the value of the colorTransfer record component