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 = {"eventSoundLineOutReset"})
public interface ITVApiSoundLineOut {
    int eventSoundLineOutGetAudioDelay();

    int eventSoundLineOutGetVolume();

    boolean eventSoundLineOutIsMute();

    boolean eventSoundLineOutReset(EnumResetLevel enumResetLevel);

    boolean eventSoundLineOutSetAudioDelay(int i2);

    boolean eventSoundLineOutSetMute(boolean z);

    boolean eventSoundLineOutSetVolume(int i2);

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