Package 

Class AudioAsset

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class AudioAsset.Companion
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class app.rive.AudioAsset

        register, unregister
      • Methods inherited from class app.rive.Asset

        close
      • Methods inherited from class java.lang.Object

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

      • AudioAsset

        AudioAsset(AudioHandle handle, CommandQueue queue)
        Parameters:
        handle - The handle to the audio on the command server.
        queue - The command queue that owns the audio.