onVideoViewSizeChange

abstract fun onVideoViewSizeChange(w: Int, h: Int, oldw: Int, oldh: Int)

Called when the BaseVideoView's size changes.

Parameters

w

Current width of this view.

h

Current height of this view.

oldw

Old width of this view.

oldh

Old height of this view.