Wwise SDK 2021.1.8
CAkJNIThread
Version
Target Platform(s):

Wwise SDK 2021.1.8
|
AKPLATFORM::CAkJNIThread Class Reference
Utility class for acquiring a pointer to a valid JNI environment attached to the current thread (with proper cleanup in destructor) More...
#include <AkJNIThread.h>
Public Member Functions | |
CAkJNIThread (JavaVM *jvm) | |
CAkJNIThread (JavaVM *jvm, int numLocalRefs) | |
~CAkJNIThread () | |
JNIEnv * | getEnv () |
bool | isAttached () |
Detailed Description
Utility class for acquiring a pointer to a valid JNI environment attached to the current thread (with proper cleanup in destructor)
Definition at line 35 of file AkJNIThread.h.