Click or drag to resize
MediaOverlayMediaOverlayPosition Enumeration
Describes the position the overlay should take when placed on-screen by the player.

Namespace: Veeplay.media.events
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum MediaOverlayPosition
Members
  Member nameValueDescription
MediaOverlayPositionFullscreen0 The overlay should be stretched to fit the whole player surface.
MediaOverlayPositionBottomLeft1 The overlay should be bottom-left aligned with the player surface.
MediaOverlayPositionBottomRight2 The overlay should be bottom-right aligned with the player surface.
MediaOverlayPositionTopLeft3 The overlay should be top-left aligned with the player surface.
MediaOverlayPositionTopRight4 The overlay should be top-right aligned with the player surface.
MediaOverlayPositionTop5 The overlay should be placed centrally in the top of the player surface.
MediaOverlayPositionBottom6 The overlay should be placed centrally at the bottom of the player surface.
MediaOverlayPositionLeft7 The overlay should be vertically centered to the left of the player surface.
MediaOverlayPositionRight8 The overlay should be vertically centered to the right of the player surface.
MediaOverlayPositionUnspecified9 The overlay will not be placed on screen.
See Also