com.twilight.h264.decoder
Class AVRational

java.lang.Object
  extended by com.twilight.h264.decoder.AVRational

public class AVRational
extends Object


Field Summary
 int den
           
 int num
           
 
Constructor Summary
AVRational(int _num, int _den)
           
AVRational(long _num, long _den)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num

public int num

den

public int den
Constructor Detail

AVRational

public AVRational(int _num,
                  int _den)

AVRational

public AVRational(long _num,
                  long _den)


Copyright © 2013. All Rights Reserved.