public class InputInfo extends Object
V4L4JConstants.STANDARD_PAL, V4L4JConstants.STANDARD_SECAM,
V4L4JConstants.STANDARD_NTSC or V4L4JConstants.STANDARD_WEBCAM)V4L4JConstants.INPUT_TYPE_TUNER or
V4L4JConstants.INPUT_TYPE_CAMERA)TunerInfo object associated with this input if it is
connected to a tuner.InputInfo objects. Instead, they
are created by the corresponding VideoDevice object through its
VideoDevice.getDeviceInfo() method.| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
This method returns the (V4L) index of this input
|
String |
getName()
This method returns the name of this input
|
Set<Integer> |
getSupportedStandards()
This method returns the standards supported by this input
(
V4L4JConstants.STANDARD_PAL, V4L4JConstants.STANDARD_SECAM,
V4L4JConstants.STANDARD_NTSC or V4L4JConstants.STANDARD_WEBCAM) |
TunerInfo |
getTunerInfo()
This method returns the
TunerInfo associated with this input, if any. |
short |
getType()
This method returns the type of this input
(
V4L4JConstants.INPUT_TYPE_TUNER or V4L4JConstants.INPUT_TYPE_CAMERA) |
boolean |
hasTuner()
This method returns a boolean depending on whether this input
has a tuner or not.
|
public String getName()
public short getType()
V4L4JConstants.INPUT_TYPE_TUNER or V4L4JConstants.INPUT_TYPE_CAMERA)public Set<Integer> getSupportedStandards()
V4L4JConstants.STANDARD_PAL, V4L4JConstants.STANDARD_SECAM,
V4L4JConstants.STANDARD_NTSC or V4L4JConstants.STANDARD_WEBCAM)public TunerInfo getTunerInfo() throws NoTunerException
TunerInfo associated with this input, if any.NoTunerException - if this input is of type
V4L4JConstants.INPUT_TYPE_CAMERA, and is not a tuner.public boolean hasTuner()
public int getIndex()
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.