Class PlatformAudio.BrowserAudioResource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.teavm.jso.webaudio.AudioBuffer buffer  
      protected long cacheHit  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BrowserAudioResource​(org.teavm.jso.webaudio.AudioBuffer buffer)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • buffer

        protected org.teavm.jso.webaudio.AudioBuffer buffer
      • cacheHit

        protected long cacheHit
    • Constructor Detail

      • BrowserAudioResource

        protected BrowserAudioResource​(org.teavm.jso.webaudio.AudioBuffer buffer)