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 = {"eventSoundSurroundReset"})
public interface ITVApiSoundSurround {
    boolean eventSoundSurroundIsEnabled();

    boolean eventSoundSurroundReset(EnumResetLevel enumResetLevel);

    boolean eventSoundSurroundSetEnable(boolean z);

    @NotifyAction("notifySoundSurroundSoundChange")
    void notifySoundSurroundChange();
}
