package tv.danmaku.ijk.media.player;

/* JADX INFO: loaded from: classes3.dex */
public interface IjkLibLoader {
    void loadLibrary(String str) throws SecurityException, UnsatisfiedLinkError;
}
