public class Movie extends Object
| Modifier and Type | Method and Description |
|---|---|
static Movie |
decodeByteArray(byte[] data,
int offset,
int length) |
static Movie |
decodeFile(String pathName) |
static Movie |
decodeStream(InputStream is) |
void |
draw(Canvas canvas,
float x,
float y) |
void |
draw(Canvas canvas,
float x,
float y,
Paint paint) |
int |
duration() |
protected void |
finalize() |
int |
height() |
boolean |
isOpaque() |
boolean |
setTime(int relativeMilliseconds) |
int |
width() |
public int width()
public int height()
public boolean isOpaque()
public int duration()
public boolean setTime(int relativeMilliseconds)
public void draw(Canvas canvas, float x, float y)
public static Movie decodeStream(InputStream is)
public static Movie decodeByteArray(byte[] data, int offset, int length)
Copyright © 2008-2013. All Rights Reserved.