Class PublisherKit.AudioTransformer

  • Enclosing class:
    PublisherKit

    public class PublisherKit.AudioTransformer
    extends java.lang.Object
    A transformer for an audio stream.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()
      Called by the garbage collector when it determines that there are no more references to the VideoTransformer object.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AudioTransformer

        public AudioTransformer​(java.lang.String name,
                                PublisherKit.CustomAudioTransformer transformer)
        Creates an instance of a custom audio transformer.
        Parameters:
        name - The identifier for the transformer.
        transformer - The transformer.
    • Method Detail

      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Called by the garbage collector when it determines that there are no more references to the VideoTransformer object.
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable