package com.cvte.tv.api.functions;

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

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSoundPreScalerReset"})
public interface ITVApiSoundPreScale {
    int eventSoundPreScalerGetValue();

    boolean eventSoundPreScalerReset(EnumResetLevel enumResetLevel);

    boolean eventSoundPreScalerSetValue(int i);
}
