com.twilight.h264.util
Class Frame

java.lang.Object
  extended by com.twilight.h264.util.Frame

public class Frame
extends Object


Constructor Summary
Frame(int width, int height, int[] y, int[] cb, int[] cr)
           
 
Method Summary
 int[] getCb()
           
 int[] getCr()
           
 int getHeight()
           
 int getWidth()
           
 int[] getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

public Frame(int width,
             int height,
             int[] y,
             int[] cb,
             int[] cr)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getY

public int[] getY()

getCb

public int[] getCb()

getCr

public int[] getCr()


Copyright © 2013. All Rights Reserved.