public class VideoWrapperView
extends FrameLayout
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoWrapperView.VideoController |
| Constructor and Description |
|---|
VideoWrapperView(Context context) |
VideoWrapperView(Context context,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
activitySupportsTextureView(Activity activity)
guess if activity supports hardware acceleration.
|
VideoWrapperView.VideoController |
getPlayer() |
void |
onSizeChanged(int w,
int h,
int oldw,
int oldh) |
boolean |
supportsTextureView() |
public VideoWrapperView(Context context)
public VideoWrapperView(Context context,
AttributeSet attrs)
public boolean supportsTextureView()
public VideoWrapperView.VideoController getPlayer()
public void onSizeChanged(int w,
int h,
int oldw,
int oldh)
public static boolean activitySupportsTextureView(Activity activity)