seekPreview property

set seekPreview (int? value)

Sets the seekPreview property. When set to 1, the feature is enabled and will be visible in all operational modes of the player. When set to 2 the thumbnail image preview during seeking will be available exclusively when the player is in fullscreen mode.

Implementation

set seekPreview(int? value) {
  _seekPreview = value;
}