Interface PublisherKit.AudioLevelListener

Enclosing class:
PublisherKit

public static interface PublisherKit.AudioLevelListener
Monitors changes in the audio level of the publisher.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAudioLevelUpdated(PublisherKit publisher, float audioLevel)
    Called periodically to report the audio level of the publisher.
  • Method Details

    • onAudioLevelUpdated

      void onAudioLevelUpdated(PublisherKit publisher, float audioLevel)
      Called periodically to report the audio level of the publisher.
      Parameters:
      publisher - The publisher.
      audioLevel - The audio level, from 0 to 1.0. Adjust this value logarithmically for use in a user interface visualization (such as a volume meter).