package com.cvte.tv.api.functions;

import com.cvte.tv.api.NotifyAction;
import com.cvte.tv.api.ResetAction;
import com.cvte.tv.api.aidl.EnumResetLevel;

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSoundAvlReset"})
public interface ITVApiSoundAvl {
    int eventSoundAvlGetAttackTime();

    int eventSoundAvlGetReleaseTime();

    int eventSoundAvlGetThershold();

    boolean eventSoundAvlIsEnabled();

    boolean eventSoundAvlReset(EnumResetLevel enumResetLevel);

    boolean eventSoundAvlSetAttackTime(int i);

    boolean eventSoundAvlSetEnable(boolean z);

    boolean eventSoundAvlSetReleaseTime(int i);

    boolean eventSoundAvlSetThershold(int i);

    boolean eventSoundDrcSetEnable(boolean z);

    boolean eventSoundIsDrcEnable();

    @NotifyAction("notifySoundAvlChange")
    void notifySoundAvlChange();
}
