com.twilight.h264.player
Class FrameUtils

java.lang.Object
  extended by com.twilight.h264.player.FrameUtils

public class FrameUtils
extends Object


Constructor Summary
FrameUtils()
           
 
Method Summary
static BufferedImage imageFromFrame(AVFrame f)
           
static void YUV2RGB(AVFrame f, int[] rgb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameUtils

public FrameUtils()
Method Detail

imageFromFrame

public static BufferedImage imageFromFrame(AVFrame f)

YUV2RGB

public static void YUV2RGB(AVFrame f,
                           int[] rgb)


Copyright © 2013. All Rights Reserved.