Package tv.hd3g.fflauncher.recipes
Record Class MediaAnalyserResult
java.lang.Object
java.lang.Record
tv.hd3g.fflauncher.recipes.MediaAnalyserResult
public record MediaAnalyserResult(MediaAnalyserSession session, LavfiMetadataFilterParser lavfiMetadatas, Ebur128Summary ebur128Summary)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMediaAnalyserResult(MediaAnalyserSession session, LavfiMetadataFilterParser lavfiMetadatas, Ebur128Summary ebur128Summary) Creates an instance of aMediaAnalyserResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theebur128Summaryrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanisEmpty()Returns the value of thelavfiMetadatasrecord component.session()Returns the value of thesessionrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MediaAnalyserResult
public MediaAnalyserResult(MediaAnalyserSession session, LavfiMetadataFilterParser lavfiMetadatas, Ebur128Summary ebur128Summary) Creates an instance of aMediaAnalyserResultrecord class.- Parameters:
session- the value for thesessionrecord componentlavfiMetadatas- the value for thelavfiMetadatasrecord componentebur128Summary- the value for theebur128Summaryrecord component
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
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. All components in this record class are compared withObjects::equals(Object,Object). -
session
Returns the value of thesessionrecord component.- Returns:
- the value of the
sessionrecord component
-
lavfiMetadatas
Returns the value of thelavfiMetadatasrecord component.- Returns:
- the value of the
lavfiMetadatasrecord component
-
ebur128Summary
Returns the value of theebur128Summaryrecord component.- Returns:
- the value of the
ebur128Summaryrecord component
-