Package tv.hd3g.fflauncher.filtering
Class AudioFilterAstats
java.lang.Object
tv.hd3g.fflauncher.filtering.AudioFilterAstats
- All Implemented Interfaces:
AudioFilterSupplier,FilterSupplier
https://www.ffmpeg.org/ffmpeg-filters.html#astats-1
No thread safe
lavfi.astats.*
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis implementation choose only some values added here (others are redundant or not really usefull in audio).toFilter()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tv.hd3g.fflauncher.filtering.FilterSupplier
getFilterName
-
Constructor Details
-
AudioFilterAstats
public AudioFilterAstats()
-
-
Method Details
-
setSelectedMetadatas
This implementation choose only some values added here (others are redundant or not really usefull in audio). Each added variable weighed down the overall data result.- Returns:
- this
-
toFilter
- Specified by:
toFilterin interfaceFilterSupplier
-