Interface MediaStreamClass.OnUpdateAudio

Enclosing class:
MediaStreamClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface MediaStreamClass.OnUpdateAudio
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdateAudio(CallbackHandler __self, MediaStream self, boolean muted, double volume)
     
  • Method Details

    • onUpdateAudio

      void onUpdateAudio(CallbackHandler __self, @Nonnull MediaStream self, boolean muted, double volume)
      Parameters:
      self -
      muted -
      volume -