Click or drag to resize
MediaPlayerSkipOverlayControllerSkipOverlayProgressPosition Enumeration
Defines where inside the skip overlay should the progress circle be rendered.

Namespace: Veeplay.overlaycontrollers
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SkipOverlayProgressPosition
Members
  Member nameValueDescription
SkipOverlayProgressPositionLeft0 Render the progress circle in the left side of the skip overlay.
SkipOverlayProgressPositionRight1 Render the progress circle in the right side of the skip overlay.
SkipOverlayProgressPositionHidden2 Do not render the progress circle.
See Also