|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.luniks.linux.jv4linfo.V4L2Fract
Class to represent the struct v4l2_fract
.
Almost all fields and comments are taken from videodev2.h
or the Video for Linux Two API Specification
Field Summary | |
private int |
denominator
|
private int |
numerator
|
Constructor Summary | |
V4L2Fract()
|
Method Summary | |
int |
getDenominator()
|
int |
getNumerator()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int numerator
private int denominator
Constructor Detail |
public V4L2Fract()
Method Detail |
public int getNumerator()
public int getDenominator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |