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 = {"eventSoundPowerLimitControlReset"})
public interface ITVApiSoundPowerLimitControl {
    int eventSoundPowerLimitControlGetAttackTime();

    int eventSoundPowerLimitControlGetReleaseTime();

    int eventSoundPowerLimitControlGetThershold();

    boolean eventSoundPowerLimitControlIsEnabled();

    boolean eventSoundPowerLimitControlReset(EnumResetLevel enumResetLevel);

    boolean eventSoundPowerLimitControlSetAttackTime(int i2);

    boolean eventSoundPowerLimitControlSetEnable(boolean z);

    boolean eventSoundPowerLimitControlSetReleaseTime(int i2);

    boolean eventSoundPowerLimitControlSetThershold(int i2);

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