Package 

Interface BaseVideoView.OnVideoViewSizeChangedListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onVideoViewSizeChange(int w, int h, int oldw, int oldh) Called when the BaseVideoView's size changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onVideoViewSizeChange

         abstract void onVideoViewSizeChange(int w, int h, int oldw, int oldh)

        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.