enterPictureInPicture abstract method

Future<void> enterPictureInPicture()

The PlayerView enters Picture-In-Picture mode. Has no effects if already in Picture-In-Picture.

  • Starting Picture-In-Picture during casting is not supported and will result in a no-op.
  • This has no effect when using system UI.

Implementation

Future<void> enterPictureInPicture();