FACT++  1.0
JNIEXPORT void JNICALL Java_dim_Client_stop ( JNIEnv *  env,
jclass  This 
)

Definition at line 1138 of file dim_jni.c.

References dim_stop(), and Java_dim_DimInfo_getQuality().

Referenced by Java_dim_Client_getFormat().

1139 {
1140  extern void dim_stop();
1141 
1142  if(env){}
1143  if(This){}
1144  dim_stop();
1145  return;
1146 }
void dim_stop()
Definition: dim_thr.c:186

+ Here is the call graph for this function:

+ Here is the caller graph for this function: