public class Frame
extends java.lang.Object
| Constructor and Description |
|---|
Frame() |
| Modifier and Type | Method and Description |
|---|---|
static android.graphics.Bitmap |
decodeBytes(byte[] data) |
android.graphics.Bitmap |
getBitmap() |
java.lang.String |
getFrameId() |
int |
getHeight() |
int |
getSeqNum() |
int |
getWidth() |
void |
setBitmap(android.graphics.Bitmap bitmap) |
void |
setFrameId(java.lang.String frameId) |
void |
setHeight(int height) |
void |
setSeqNum(int seqNum) |
void |
setWidth(int width) |
public int getSeqNum()
public void setSeqNum(int seqNum)
public java.lang.String getFrameId()
public void setFrameId(java.lang.String frameId)
public android.graphics.Bitmap getBitmap()
public void setBitmap(android.graphics.Bitmap bitmap)
public int getHeight()
public void setHeight(int height)
public int getWidth()
public void setWidth(int width)
public static android.graphics.Bitmap decodeBytes(byte[] data)