io.vov.vitamio
Interface MediaPlayer.OnVideoSizeChangedListener

Enclosing class:
MediaPlayer

public static interface MediaPlayer.OnVideoSizeChangedListener


Method Summary
 void onVideoSizeChanged(MediaPlayer mp, int width, int height)
          Called to indicate the video size
 

Method Detail

onVideoSizeChanged

void onVideoSizeChanged(MediaPlayer mp,
                        int width,
                        int height)
Called to indicate the video size

Parameters:
mp - the MediaPlayer associated with this callback
width - the width of the video
height - the height of the video