// This file is autogenerated by hidl-gen. Do not edit manually.
// Source: android.hardware.tv.input@1.0
// Location: hardware/interfaces/tv/input/1.0/

package android.hardware.tv.input.V1_0;

public class Constants {
    // Values declared in TvInputType follow.
    public static final int TV_INPUT_TYPE_OTHER = 1;
    public static final int TV_INPUT_TYPE_TUNER = 2;
    public static final int TV_INPUT_TYPE_COMPOSITE = 3;
    public static final int TV_INPUT_TYPE_SVIDEO = 4;
    public static final int TV_INPUT_TYPE_SCART = 5;
    public static final int TV_INPUT_TYPE_COMPONENT = 6;
    public static final int TV_INPUT_TYPE_VGA = 7;
    public static final int TV_INPUT_TYPE_DVI = 8;
    public static final int TV_INPUT_TYPE_HDMI = 9;
    public static final int TV_INPUT_TYPE_DISPLAY_PORT = 10;

    // Values declared in CableConnectionStatus follow.
    public static final int CABLE_CONNECTION_STATUS_UNKNOWN = 0;
    public static final int CABLE_CONNECTION_STATUS_CONNECTED = 1;
    public static final int CABLE_CONNECTION_STATUS_DISCONNECTED = 2;

    // Values declared in TvInputEventType follow.
    public static final int EVENT_DEVICE_AVAILABLE = 1;
    public static final int EVENT_DEVICE_UNAVAILABLE = 2;
    public static final int EVENT_STREAM_CONFIGURATIONS_CHANGED = 3;

}
