|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.luniks.linux.jv4linfo.VideoCapability
Class to hold information about the capabilities of a v4l device.
Almost all fields and comments are taken from videodev.h
Field Summary | |
private int |
audios
|
private int |
channels
|
private int |
maxheight
|
private int |
maxwidth
|
private int |
minheight
|
private int |
minwidth
|
private java.lang.String |
name
|
private int |
type
|
static int |
VID_TYPE_CAPTURE
Can capture |
static int |
VID_TYPE_CHROMAKEY
Overlay by chromakey |
static int |
VID_TYPE_CLIPPING
Can clip |
static int |
VID_TYPE_FRAMERAM
Uses the frame buffer memory |
static int |
VID_TYPE_MJPEG_DECODER
Can decode MJPEG streams |
static int |
VID_TYPE_MJPEG_ENCODER
Can encode MJPEG streams |
static int |
VID_TYPE_MONOCHROME
Monochrome only |
static int |
VID_TYPE_MPEG_DECODER
Can decode MPEG streams |
static int |
VID_TYPE_MPEG_ENCODER
Can encode MPEG streams |
static int |
VID_TYPE_OVERLAY
Overlay onto frame buffer |
static int |
VID_TYPE_SCALES
Scalable |
static int |
VID_TYPE_SUBCAPTURE
Can capture subareas of the image |
static int |
VID_TYPE_TELETEXT
Does teletext |
static int |
VID_TYPE_TUNER
Can tune |
Constructor Summary | |
VideoCapability()
|
Method Summary | |
boolean |
canCapture()
Can capture |
boolean |
canCaptureSubareas()
Can capture subareas of the image |
boolean |
canClip()
Can clip |
boolean |
canDecodeMJPEG()
Can decode MJPEG streams |
boolean |
canDecodeMPEG()
Can decode MPEG streams |
boolean |
canEncodeMJPEG()
Can encode MJPEG streams |
boolean |
canEncodeMPEG()
Can encode MPEG streams |
boolean |
canTune()
Can tune |
boolean |
doesTeletext()
Does teletext |
int |
getAudios()
Number of audio devices |
int |
getChannels()
Number of channels/inputs |
int |
getMaxheight()
Max. supported height |
int |
getMaxwidth()
Max. supported width |
int |
getMinheight()
Min. supported height |
int |
getMinwidth()
Min. supported width |
java.lang.String |
getName()
Name of the device |
int |
getType()
Type of the device |
boolean |
isMonochrome()
Monochrome only |
boolean |
isScalable()
Scalable |
boolean |
overlayByChromakey()
Overlay by chromakey |
boolean |
overlayOntoFramebuffer()
Overlay onto frame buffer |
java.lang.String |
toString()
String representation of the capability info |
boolean |
usesFramebufferMemory()
Uses the frame buffer memory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int VID_TYPE_CAPTURE
public static final int VID_TYPE_TUNER
public static final int VID_TYPE_TELETEXT
public static final int VID_TYPE_OVERLAY
public static final int VID_TYPE_CHROMAKEY
public static final int VID_TYPE_CLIPPING
public static final int VID_TYPE_FRAMERAM
public static final int VID_TYPE_SCALES
public static final int VID_TYPE_MONOCHROME
public static final int VID_TYPE_SUBCAPTURE
public static final int VID_TYPE_MPEG_DECODER
public static final int VID_TYPE_MPEG_ENCODER
public static final int VID_TYPE_MJPEG_DECODER
public static final int VID_TYPE_MJPEG_ENCODER
private java.lang.String name
private int type
private int channels
private int audios
private int maxwidth
private int maxheight
private int minwidth
private int minheight
Constructor Detail |
public VideoCapability()
Method Detail |
public java.lang.String getName()
public int getType()
public int getChannels()
public int getAudios()
public int getMaxwidth()
public int getMaxheight()
public int getMinwidth()
public int getMinheight()
public boolean canCapture()
public boolean canTune()
public boolean doesTeletext()
public boolean overlayOntoFramebuffer()
public boolean overlayByChromakey()
public boolean canClip()
public boolean usesFramebufferMemory()
public boolean isScalable()
public boolean isMonochrome()
public boolean canCaptureSubareas()
public boolean canDecodeMPEG()
public boolean canEncodeMPEG()
public boolean canDecodeMJPEG()
public boolean canEncodeMJPEG()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |