BASS_CONFIG_ANDROID_JAVAVM config option
The Android app's Java VM.
BASS_SetConfigPtr(
BASS_CONFIG_ANDROID_JAVAVM,
JavaVM *javavm
);
Parameters
Remarks
BASS will usually receive the app's Java VM automatically (via its JNI_OnLoad function), but if not, it can be set via this option. Once set, it cannot be changed.
Platform-specific
This config option is only available on Android.
See also
BASS_GetConfigPtr, BASS_SetConfigPtr