wseemann.media
Interface FFmpegMediaPlayer.OnVideoSizeChangedListener
- Enclosing class:
- FFmpegMediaPlayer
public static interface FFmpegMediaPlayer.OnVideoSizeChangedListener
Interface definition of a callback to be invoked when the
video size is first known or updated
onVideoSizeChanged
void onVideoSizeChanged(FFmpegMediaPlayer mp,
int width,
int height)
- Called to indicate the video size
- Parameters:
mp
- the MediaPlayer associated with this callbackwidth
- the width of the videoheight
- the height of the video