Uses of Class
com.twilight.h264.decoder.AVRational

Packages that use AVRational
com.twilight.h264.decoder   
 

Uses of AVRational in com.twilight.h264.decoder
 

Fields in com.twilight.h264.decoder declared as AVRational
static AVRational[] H264Context.pixel_aspect
           
 AVRational MpegEncContext.sample_aspect_ratio
           
 AVRational SequenceParameterSet.sar
           
 AVRational[] H264Decoder.supported_framerates
           
 AVRational MpegEncContext.time_base
          This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented.
 

Methods in com.twilight.h264.decoder with parameters of type AVRational
static int H264Context.av_cmp_q(AVRational a, AVRational b)
          Compare two rationals.
 



Copyright © 2013. All Rights Reserved.