Class AudioFilterChain


  • public class AudioFilterChain
    extends java.lang.Object
    A chain of audio filters.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object context
      Immutable context/configuration instance that this filter was generated from.
      java.util.List<AudioFilter> filters
      All filters in this chain.
      UniversalPcmAudioFilter input
      The first filter in the stream.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filters

        public final java.util.List<AudioFilter> filters
        All filters in this chain.
      • context

        public final java.lang.Object context
        Immutable context/configuration instance that this filter was generated from. May be null.