package net.butterflytv.rtmp_client;

import java.io.IOException;
import p138.p139.p143.p144.C2803;

/* JADX INFO: loaded from: classes.dex */
public class RtmpClient {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public long f2182 = 0;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public int f2183 = 10000;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public int f2184 = 10000;

    public static class RtmpIOException extends IOException {
        public RtmpIOException(int i) {
            super(C2803.m4871("RTMP error: ", i));
        }
    }

    static {
        System.loadLibrary("rtmp-jni");
    }

    public final native long nativeAlloc();

    public final native void nativeClose(long j);

    public final native int nativeOpen(String str, boolean z, long j, int i, int i2);

    public final native int nativeRead(byte[] bArr, int i, int i2, long j);
}
