mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
7 lines
160 B
Java
7 lines
160 B
Java
package com.gst_sdk;
|
|
|
|
import android.content.Context;
|
|
|
|
public class GStreamer {
|
|
public static native void init(Context context) throws Exception;
|
|
}
|