controlStyle property

int? controlStyle
final

The control style for the PiP window.

Available styles:

  • 0: Show all system controls (default)
  • 1: Hide forward and backward buttons
  • 2: Hide play/pause button and progress bar (recommended)
  • 3: Hide all system controls including close and restore buttons

Platform: iOS only

Implementation

final int? controlStyle;