net.luniks.linux.jv4linfo
Class V4L2Fract

java.lang.Object
  extended bynet.luniks.linux.jv4linfo.V4L2Fract

public class V4L2Fract
extends java.lang.Object

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

Author:
Torsten Römer, www.luniks.net

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

numerator

private int numerator

denominator

private int denominator
Constructor Detail

V4L2Fract

public V4L2Fract()
Method Detail

getNumerator

public int getNumerator()

getDenominator

public int getDenominator()


Copyright © 2004 Torsten Römer, dode@luniks.net