Record Class LavfiMtdIdetRepeatedFrame
java.lang.Object
java.lang.Record
tv.hd3g.fflauncher.filtering.lavfimtd.LavfiMtdIdetRepeatedFrame
public record LavfiMtdIdetRepeatedFrame(LavfiMtdIdetRepeatedFrameType currentFrame, int neither, int top, int bottom)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionLavfiMtdIdetRepeatedFrame(LavfiMtdIdetRepeatedFrameType currentFrame, int neither, int top, int bottom) Creates an instance of aLavfiMtdIdetRepeatedFramerecord class. -
Method Summary
Modifier and TypeMethodDescriptionintbottom()Returns the value of thebottomrecord component.Returns the value of thecurrentFramerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intneither()Returns the value of theneitherrecord component.inttop()Returns the value of thetoprecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
LavfiMtdIdetRepeatedFrame
public LavfiMtdIdetRepeatedFrame(LavfiMtdIdetRepeatedFrameType currentFrame, int neither, int top, int bottom) Creates an instance of aLavfiMtdIdetRepeatedFramerecord class.- Parameters:
currentFrame- the value for thecurrentFramerecord componentneither- the value for theneitherrecord componenttop- the value for thetoprecord componentbottom- the value for thebottomrecord component
-
-
Method Details
-
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 '=='. -
currentFrame
Returns the value of thecurrentFramerecord component.- Returns:
- the value of the
currentFramerecord component
-
neither
public int neither()Returns the value of theneitherrecord component.- Returns:
- the value of the
neitherrecord component
-
top
public int top()Returns the value of thetoprecord component.- Returns:
- the value of the
toprecord component
-
bottom
public int bottom()Returns the value of thebottomrecord component.- Returns:
- the value of the
bottomrecord component
-