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 Summary
ConstructorsConstructorDescriptionFFprobeVideoFrameConst(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 aFFprobeVideoFrameConstrecord class. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of thecodedPictureNumberrecord component.Returns the value of thecolorPrimariesrecord component.Returns the value of thecolorRangerecord component.Returns the value of thecolorSpacerecord component.Returns the value of thecolorTransferrecord component.intReturns the value of thedisplayPictureNumberrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intheight()Returns the value of theheightrecord component.booleanReturns the value of theinterlacedFramerecord component.pixFmt()Returns the value of thepixFmtrecord component.Returns the value of thesampleAspectRatiorecord component.booleanReturns the value of thetopFieldFirstrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theupdatedWithrecord component.booleanintwidth()Returns the value of thewidthrecord component.
-
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 aFFprobeVideoFrameConstrecord class.- Parameters:
updatedWith- the value for theupdatedWithrecord componentwidth- the value for thewidthrecord componentheight- the value for theheightrecord componentpixFmt- the value for thepixFmtrecord componentsampleAspectRatio- the value for thesampleAspectRatiorecord componentcodedPictureNumber- the value for thecodedPictureNumberrecord componentdisplayPictureNumber- the value for thedisplayPictureNumberrecord componentinterlacedFrame- the value for theinterlacedFramerecord componenttopFieldFirst- the value for thetopFieldFirstrecord componentcolorRange- the value for thecolorRangerecord componentcolorSpace- the value for thecolorSpacerecord componentcolorPrimaries- the value for thecolorPrimariesrecord componentcolorTransfer- the value for thecolorTransferrecord component
-
-
Method Details
-
valuesEquals
-
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. -
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. -
equals
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 withObjects::equals(Object,Object); primitive components are compared with '=='. -
updatedWith
Returns the value of theupdatedWithrecord component.- Returns:
- the value of the
updatedWithrecord component
-
width
public int width()Returns the value of thewidthrecord component.- Returns:
- the value of the
widthrecord component
-
height
public int height()Returns the value of theheightrecord component.- Returns:
- the value of the
heightrecord component
-
pixFmt
Returns the value of thepixFmtrecord component.- Returns:
- the value of the
pixFmtrecord component
-
sampleAspectRatio
Returns the value of thesampleAspectRatiorecord component.- Returns:
- the value of the
sampleAspectRatiorecord component
-
codedPictureNumber
public int codedPictureNumber()Returns the value of thecodedPictureNumberrecord component.- Returns:
- the value of the
codedPictureNumberrecord component
-
displayPictureNumber
public int displayPictureNumber()Returns the value of thedisplayPictureNumberrecord component.- Returns:
- the value of the
displayPictureNumberrecord component
-
interlacedFrame
public boolean interlacedFrame()Returns the value of theinterlacedFramerecord component.- Returns:
- the value of the
interlacedFramerecord component
-
topFieldFirst
public boolean topFieldFirst()Returns the value of thetopFieldFirstrecord component.- Returns:
- the value of the
topFieldFirstrecord component
-
colorRange
Returns the value of thecolorRangerecord component.- Returns:
- the value of the
colorRangerecord component
-
colorSpace
Returns the value of thecolorSpacerecord component.- Returns:
- the value of the
colorSpacerecord component
-
colorPrimaries
Returns the value of thecolorPrimariesrecord component.- Returns:
- the value of the
colorPrimariesrecord component
-
colorTransfer
Returns the value of thecolorTransferrecord component.- Returns:
- the value of the
colorTransferrecord component
-