File indexing completed on 2024-05-12 05:53:13

0001 #pragma once
0002 
0003 #include <gst/gst.h>
0004 #include <jni.h>
0005 
0006 G_BEGIN_DECLS
0007 
0008 void gst_android_init(JNIEnv *env, jclass klass, jobject context);
0009 
0010 G_END_DECLS