|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.luniks.linux.jv4linfo.V4L2Info
Class to hold information about a v4l2 device
Field Summary | |
private V4L2Capability |
cap
|
private java.lang.String |
device
|
private V4L2Input[] |
inputs
|
private V4L2Tuner[] |
tuners
|
Constructor Summary | |
V4L2Info(java.lang.String device,
V4L2Capability cap,
V4L2Input[] inputs,
V4L2Standard[] stds,
V4L2Tuner[] tuners)
|
Method Summary | |
V4L2Capability |
getCapability()
Returns an instance of V4L2Capability holding
information about the capabilities of the queried device. |
V4L2Input[] |
getInputs()
Returns an array of V4L2Input instances, each of
them holding information about an input of the queried device. |
V4L2Tuner[] |
getTuners()
Returns an array of V4L2Tuner instances, each of
them holding information about a tuner of the queried device. |
java.lang.String |
toString()
String representation of all the info |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String device
private V4L2Capability cap
private V4L2Input[] inputs
private V4L2Tuner[] tuners
Constructor Detail |
public V4L2Info(java.lang.String device, V4L2Capability cap, V4L2Input[] inputs, V4L2Standard[] stds, V4L2Tuner[] tuners)
Method Detail |
public V4L2Capability getCapability()
V4L2Capability
holding
information about the capabilities of the queried device.
public V4L2Input[] getInputs()
V4L2Input
instances, each of
them holding information about an input of the queried device.
public V4L2Tuner[] getTuners()
V4L2Tuner
instances, each of
them holding information about a tuner of the queried device.
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |