package com.google.android.exoplayer2.audio;

import java.nio.ByteBuffer;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p190.C3439;
import p138.p176.p177.p190.p192.C3478;
import p138.p176.p177.p190.p192.C3488;

/* JADX INFO: loaded from: classes.dex */
public interface AudioSink {

    public static final class ConfigurationException extends Exception {
        public ConfigurationException(String str) {
            super(str);
        }

        public ConfigurationException(Throwable th) {
            super(th);
        }
    }

    public static final class InitializationException extends Exception {
        /* JADX WARN: Illegal instructions before constructor call */
        public InitializationException(int i, int i2, int i3, int i4) {
            StringBuilder sbM4890 = C2803.m4890("AudioTrack init failed: ", i, ", Config(", i2, ", ");
            sbM4890.append(i3);
            sbM4890.append(", ");
            sbM4890.append(i4);
            sbM4890.append(")");
            super(sbM4890.toString());
        }
    }

    public static final class WriteException extends Exception {
        public WriteException(int i) {
            super(C2803.m4871("AudioTrack write failed: ", i));
        }
    }

    /* JADX INFO: renamed from: com.google.android.exoplayer2.audio.AudioSink$֏, reason: contains not printable characters */
    public interface InterfaceC0269 {
        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        void mo1083(int i);

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        void mo1084(int i, long j, long j2);

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        void mo1085();
    }

    void flush();

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    long mo1064(boolean z);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1065();

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1066(float f);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1067(int i);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1068(int i, int i2, int i3, int i4, int[] iArr, int i5, int i6);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1069(InterfaceC0269 interfaceC0269);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1070(C3439 c3439);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1071(C3478 c3478);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    void mo1072(C3488 c3488);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    boolean mo1073(int i, int i2);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    boolean mo1074(ByteBuffer byteBuffer, long j);

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    boolean mo1075();

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    C3439 mo1076();

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    void mo1077();

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    boolean mo1078();

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    void mo1079();

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    void mo1080();

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    void mo1081();

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    void mo1082();
}
