package com.mstar.android.tvapi.dtv.dvb.dvbc;

import com.mstar.android.tvapi.common.exception.TvCommonException;
import com.mstar.android.tvapi.common.vo.EnumCableOperator;
import com.mstar.android.tvapi.dtv.common.DtvScanManager;
import com.mstar.android.tvapi.dtv.dvb.dvbc.vo.EnumCabConstelType;

/* JADX INFO: loaded from: classes.dex */
public interface DvbcScanManager extends DtvScanManager {
    int getDefaultHomingChannelFrequency() throws TvCommonException;

    int getDefaultNetworkId() throws TvCommonException;

    void setCableOperator(int i2) throws TvCommonException;

    @Deprecated
    void setCableOperator(EnumCableOperator enumCableOperator) throws TvCommonException;

    boolean setScanParam(short s2, EnumCabConstelType enumCabConstelType, int i2, int i3, short s3, boolean z2) throws TvCommonException;

    boolean startQuickScan() throws TvCommonException;
}
