Since: API Level 3
public static interface

MediaPlayer.OnVideoSizeChangedListener

android.media.MediaPlayer.OnVideoSizeChangedListener

Class Overview

Interface definition of a callback to be invoked when the video size is first known or updated

Summary

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

Public Methods

public abstract void onVideoSizeChanged (MediaPlayer mp, int width, int height)

Since: API Level 3

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