libgpac
Documentation of the core library of GPAC
javaenv.c File Reference
#include "javaenv.h"
+ Include dependency graph for javaenv.c:

Functions

jint JNI_OnLoad (JavaVM *vm, void *reserved)
 
JNIEnv * GetEnv ()
 
JavaVM * GetJavaVM ()
 

Variables

static JavaVM * javaVM = 0
 

Function Documentation

◆ JNI_OnLoad()

jint JNI_OnLoad ( JavaVM *  vm,
void *  reserved 
)

◆ GetEnv()

JNIEnv* GetEnv ( )

◆ GetJavaVM()

JavaVM* GetJavaVM ( )

Variable Documentation

◆ javaVM

JavaVM* javaVM = 0
static