Package 

Interface AudioHandler


  • 
    public interface AudioHandler
    
                        

    Interface for handling android audio.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit start() Called when a room is started.
      abstract Unit stop() Called when a room is disconnected.
      • Methods inherited from class java.lang.Object

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

      • start

         abstract Unit start()

        Called when a room is started.

      • stop

         abstract Unit stop()

        Called when a room is disconnected.