public static interface BaseVideoView.OnVideoViewSizeChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onVideoViewSizeChange(int w,
int h,
int oldw,
int oldh)
Called when the BaseVideoView's size changes.
|