Fields Summary |
---|
public String | nameName of the device |
public int | typeType of the device. Values are VID_TYPE_* |
public int | channelsNumber of channels (ports). |
public int | audiosNumber of audio devices. |
public int | maxwidthMax video width that can be captured. |
public int | maxheightMax video height that can be captured. |
public int | minwidthMin video width that can be captured. |
public int | minheightMin video height that can be captured. |
public static final int | VID_TYPE_CAPTURE |
public static final int | VID_TYPE_TUNER |