AudioPluginClientInitializer

Implements an Initializer in Jetpack App Startup manner. Every host should set it up.

libandroidaudioplugin.so may be dynamically loaded when any library that depends on it is loaded, but in that case the initialization function set up here is NOT called and thus JNI calls (including the basic AAP Binder calls) will fail. To avoid that, set up this initializer to ensure the JNI setup.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(context: Context)
Link copied to clipboard
open override fun dependencies(): MutableList<Class<out Initializer<*>>>