Interface AudioPlaybackController.AudioPlaybackListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • onReady

         abstract void onReady(@NonNull() AudioPlaybackController controller)

        Called when audio content is ready to be played.

        Parameters:
        controller - Controller for managing the playback.
      • onStop

         abstract void onStop(@NonNull() AudioPlaybackController controller)

        Called when audio content is stopped. This is also called when audio playback completes.

        Parameters:
        controller - Controller for managing the playback.