public class VideoPlayerInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
mBitrate |
int |
mFramerate |
long |
mHeight |
long |
mType |
long |
mWidth |
| Constructor and Description |
|---|
VideoPlayerInfo(int width,
int height,
int framerate,
int bitrate,
int type) |