Record Class ARI1EventConfigurationParameterChanged
java.lang.Object
java.lang.Record
com.io7m.aradine.instrument.spi1.ARI1EventConfigurationParameterChanged
- Record Components:
timeOffsetInFrames- The time offset in framesparameter- The parameter ID
- All Implemented Interfaces:
ARI1EventConfigurationType, ARI1EventType
public record ARI1EventConfigurationParameterChanged(int timeOffsetInFrames, ARI1ParameterNumber parameter)
extends Record
implements ARI1EventConfigurationType
The value of a parameter has changed at this time period.
-
Constructor Summary
ConstructorsConstructorDescriptionARI1EventConfigurationParameterChanged(int timeOffsetInFrames, ARI1ParameterNumber parameter) The value of a parameter has changed at this time period. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theparameterrecord component.intReturns the value of thetimeOffsetInFramesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ARI1EventConfigurationParameterChanged
public ARI1EventConfigurationParameterChanged(int timeOffsetInFrames, ARI1ParameterNumber parameter) The value of a parameter has changed at this time period.- Parameters:
timeOffsetInFrames- The time offset in framesparameter- The parameter ID
-
-
Method Details
-
toString
-
hashCode
-
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 thecomparemethod from their corresponding wrapper classes. -
timeOffsetInFrames
public int timeOffsetInFrames()Returns the value of thetimeOffsetInFramesrecord component.- Specified by:
timeOffsetInFramesin interfaceARI1EventType- Returns:
- the value of the
timeOffsetInFramesrecord component
-
parameter
-