onPictureInPictureModeChanged

open override fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean)

Default implementation that notifies the player about PiP changes. If you need to detect PiP changes, you should override this method, but ensure to always call the super() implementation in your overridden method.