Interface DecodeSuccessCallback

All Superinterfaces:
JSObject

public interface DecodeSuccessCallback extends JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSuccess(AudioBuffer decodedData)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details