android.media.MediaPlayer.OnVideoSizeChangedListener |
Interface definition of a callback to be invoked when the video size is first known or updated
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to indicate the video size
|
Called to indicate the video size
mp | the MediaPlayer associated with this callback |
---|---|
width | the width of the video |
height | the height of the video |