Class AudioFilterAstats

java.lang.Object
tv.hd3g.fflauncher.filtering.AudioFilterAstats
All Implemented Interfaces:
AudioFilterSupplier, FilterSupplier

public class AudioFilterAstats extends Object implements AudioFilterSupplier
https://www.ffmpeg.org/ffmpeg-filters.html#astats-1 No thread safe lavfi.astats.*
  • Constructor Details

    • AudioFilterAstats

      public AudioFilterAstats()
  • Method Details

    • setSelectedMetadatas

      public AudioFilterAstats 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

      public Filter toFilter()
      Specified by:
      toFilter in interface FilterSupplier