public static interface CyberPlayer.OnVideoSizeChangedListener
Modifier and Type | Method and Description |
---|---|
void |
onVideoSizeChanged(CyberPlayer mp,
int width,
int height)
Called to indicate the video size
|
void onVideoSizeChanged(CyberPlayer mp, int width, int height)
mp
- the MediaPlayer associated with this callbackwidth
- the width of the videoheight
- the height of the video