OnVideoViewSizeChangedListener

Interface definition for a callback to be invoked when the BaseVideoView's size changes.

Functions

Link copied to clipboard
abstract fun onVideoViewSizeChange(w: Int, h: Int, oldw: Int, oldh: Int)
Called when the BaseVideoView's size changes.