package c.i.a.c.j2; import android.os.Handler; import android.view.Surface; import androidx.annotation.Nullable; import c.i.a.c.x1.d; import c.i.a.c.x1.e; import com.google.android.exoplayer2.Format; import java.util.Objects; /* compiled from: VideoRendererEventListener */ public interface w { /* compiled from: VideoRendererEventListener */ public static final class a { @Nullable public final Handler a; @Nullable public final w b; public a(@Nullable Handler handler, @Nullable w wVar) { if (wVar != null) { Objects.requireNonNull(handler); } else { handler = null; } this.a = handler; this.b = wVar; } public void a(int i, int i2, int i3, float f) { Handler handler = this.a; if (handler != null) { handler.post(new h(this, i, i2, i3, f)); } } } void I(d dVar); void J(Format format, @Nullable e eVar); void P(d dVar); void V(long j, int i); void b(int i, int i2, int i3, float f); void g(String str); void j(String str, long j, long j2); void s(@Nullable Surface surface); void x(int i, long j); }