package com.ironsource;
/* loaded from: classes4.dex */
public interface hu {
    void onVideoEnded();

    void onVideoPaused();

    void onVideoResumed();

    void onVideoStarted();

    void onVideoStopped();
}
