Package tv.hd3g.fflauncher.recipes
Record Class MediaAnalyserResult
java.lang.Object
java.lang.Record
tv.hd3g.fflauncher.recipes.MediaAnalyserResult
public record MediaAnalyserResult(LavfiMetadataFilterParser lavfiMetadatas, Ebur128Summary ebur128Summary, Set<MediaAnalyserSessionFilterContext> filters)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMediaAnalyserResult(LavfiMetadataFilterParser lavfiMetadatas, Ebur128Summary ebur128Summary, Set<MediaAnalyserSessionFilterContext> filters) 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.filters()Returns the value of thefiltersrecord component.final inthashCode()Returns a hash code value for this object.booleanisEmpty()Returns the value of thelavfiMetadatasrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MediaAnalyserResult
public MediaAnalyserResult(LavfiMetadataFilterParser lavfiMetadatas, Ebur128Summary ebur128Summary, Set<MediaAnalyserSessionFilterContext> filters) Creates an instance of aMediaAnalyserResultrecord class.- Parameters:
lavfiMetadatas- the value for thelavfiMetadatasrecord componentebur128Summary- the value for theebur128Summaryrecord componentfilters- the value for thefiltersrecord 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). -
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
-
filters
Returns the value of thefiltersrecord component.- Returns:
- the value of the
filtersrecord component
-