|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.luniks.linux.jv4linfo.V4L2Standard
Class to hold information about a standard of a v4l2 device.
Almost all fields and comments are taken from videodev2.h
or the Video for Linux Two API Specification
Constructor Summary | |
V4L2Standard()
|
Method Summary | |
float |
getFps()
Convenience method to get the FPS |
int |
getFramelines()
Framelines |
V4L2Fract |
getFrameperiod()
Frameperiod |
long |
getId()
The id of the standard |
int |
getIndex()
The index of the standard |
java.lang.String |
getName()
The name of the standard |
void |
setIndex(int index)
Sets the index of the standard that should be queried/set |
java.lang.String |
toString()
String representation of the input info |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final long V4L2_STD_PAL_B
public static final long V4L2_STD_PAL_B1
public static final long V4L2_STD_PAL_G
public static final long V4L2_STD_PAL_H
public static final long V4L2_STD_PAL_I
public static final long V4L2_STD_PAL_D
public static final long V4L2_STD_PAL_D1
public static final long V4L2_STD_PAL_K
public static final long V4L2_STD_PAL_M
public static final long V4L2_STD_PAL_N
public static final long V4L2_STD_PAL_Nc
public static final long V4L2_STD_PAL_60
public static final long V4L2_STD_NTSC_M
public static final long V4L2_STD_NTSC_M_JP
public static final long V4L2_STD_SECAM_B
public static final long V4L2_STD_SECAM_D
public static final long V4L2_STD_SECAM_G
public static final long V4L2_STD_SECAM_H
public static final long V4L2_STD_SECAM_K
public static final long V4L2_STD_SECAM_K1
public static final long V4L2_STD_SECAM_L
public static final long V4L2_STD_ATSC_8_VSB
public static final long V4L2_STD_ATSC_16_VSB
public static final long V4L2_STD_PAL_BG
public static final long V4L2_STD_PAL_DK
public static final long V4L2_STD_PAL
public static final long V4L2_STD_NTSC
public static final long V4L2_STD_SECAM
public static final long V4L2_STD_525_60
public static final long V4L2_STD_625_50
public static final long V4L2_STD_UNKNOWN
public static final long V4L2_STD_ALL
private int index
private long id
private java.lang.String name
private V4L2Fract frameperiod
private int framelines
Constructor Detail |
public V4L2Standard()
Method Detail |
public int getIndex()
public long getId()
public java.lang.String getName()
public V4L2Fract getFrameperiod()
public int getFramelines()
public float getFps()
public void setIndex(int index)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |