Record Class LavfiMtdIdetFrame
java.lang.Object
java.lang.Record
tv.hd3g.fflauncher.filtering.lavfimtd.LavfiMtdIdetFrame
public record LavfiMtdIdetFrame(LavfiMtdIdetSingleFrameType currentFrame, int tff, int bff, int progressive, int undetermined)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionLavfiMtdIdetFrame(LavfiMtdIdetSingleFrameType currentFrame, int tff, int bff, int progressive, int undetermined) Creates an instance of aLavfiMtdIdetFramerecord class. -
Method Summary
Modifier and TypeMethodDescriptionintbff()Returns the value of thebffrecord 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.intReturns the value of theprogressiverecord component.inttff()Returns the value of thetffrecord component.final StringtoString()Returns a string representation of this record class.intReturns the value of theundeterminedrecord component.
-
Constructor Details
-
LavfiMtdIdetFrame
public LavfiMtdIdetFrame(LavfiMtdIdetSingleFrameType currentFrame, int tff, int bff, int progressive, int undetermined) Creates an instance of aLavfiMtdIdetFramerecord class.- Parameters:
currentFrame- the value for thecurrentFramerecord componenttff- the value for thetffrecord componentbff- the value for thebffrecord componentprogressive- the value for theprogressiverecord componentundetermined- the value for theundeterminedrecord 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
-
tff
public int tff()Returns the value of thetffrecord component.- Returns:
- the value of the
tffrecord component
-
bff
public int bff()Returns the value of thebffrecord component.- Returns:
- the value of the
bffrecord component
-
progressive
public int progressive()Returns the value of theprogressiverecord component.- Returns:
- the value of the
progressiverecord component
-
undetermined
public int undetermined()Returns the value of theundeterminedrecord component.- Returns:
- the value of the
undeterminedrecord component
-