com.twilight.h264.util
Class Frame
java.lang.Object
com.twilight.h264.util.Frame
public class Frame
- extends Object
|
Constructor Summary |
Frame(int width,
int height,
int[] y,
int[] cb,
int[] cr)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Frame
public Frame(int width,
int height,
int[] y,
int[] cb,
int[] cr)
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.