|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.luniks.linux.jv4linfo.V4LInfo
Class to hold information about a v4l device
Field Summary | |
private VideoAudio[] |
audios
|
private VideoCapability |
cap
|
private VideoChannel[] |
chans
|
private java.lang.String |
device
|
private VideoTuner[] |
tuners
|
Constructor Summary | |
V4LInfo(java.lang.String device,
VideoCapability cap,
VideoChannel[] chans,
VideoTuner[] tuners,
VideoAudio[] audios)
|
Method Summary | |
VideoAudio[] |
getVideoAudios()
Returns an array of VideoAudio instances, each of
them holding information about an audio input of the queried device. |
VideoCapability |
getVideoCapability()
Returns an instance of VideoCapability holding
information about the capabilities of the queried device. |
VideoChannel[] |
getVideoChannels()
Returns an array of VideoChannel instances, each of
them holding information about a channel (input) of the queried device. |
VideoTuner[] |
getVideoTuners()
Returns an array of VideoTuner 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 VideoCapability cap
private VideoChannel[] chans
private VideoTuner[] tuners
private VideoAudio[] audios
Constructor Detail |
public V4LInfo(java.lang.String device, VideoCapability cap, VideoChannel[] chans, VideoTuner[] tuners, VideoAudio[] audios)
Method Detail |
public VideoCapability getVideoCapability()
VideoCapability
holding
information about the capabilities of the queried device.
public VideoChannel[] getVideoChannels()
VideoChannel
instances, each of
them holding information about a channel (input) of the queried device.
public VideoTuner[] getVideoTuners()
VideoTuner
instances, each of
them holding information about a tuner of the queried device.
NOTE: Currently, this method returns only the first tuner even
if there are more than one.
public VideoAudio[] getVideoAudios()
VideoAudio
instances, each of
them holding information about an audio input 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 |