net.sf.theora_java.jna.utils
Class YUVConverter

java.lang.Object
  extended by net.sf.theora_java.jna.utils.YUVConverter

public class YUVConverter
extends java.lang.Object

Converts a yuv_buffer to a BufferedImage (RGB). Adapted from http://osdir.com/ml/multimedia.ogg.theora.devel/2004-12/txtewtF4xphR2.txt

Author:
Ken Larson

Constructor Summary
YUVConverter()
           
 
Method Summary
static java.awt.image.BufferedImage toBufferedImage(TheoraLibrary.yuv_buffer yuv, TheoraLibrary.theora_info ti)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YUVConverter

public YUVConverter()
Method Detail

toBufferedImage

public static java.awt.image.BufferedImage toBufferedImage(TheoraLibrary.yuv_buffer yuv,
                                                           TheoraLibrary.theora_info ti)