MediaOverlayMediaOverlayPosition Enumeration |
Describes the position the overlay should take when placed on-screen by the player.
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum MediaOverlayPosition
Public Enumeration MediaOverlayPosition
public enum class MediaOverlayPosition
type MediaOverlayPosition
Members
| Member name | Value | Description |
---|
| MediaOverlayPositionFullscreen | 0 |
The overlay should be stretched to fit the whole player surface.
|
| MediaOverlayPositionBottomLeft | 1 |
The overlay should be bottom-left aligned with the player surface.
|
| MediaOverlayPositionBottomRight | 2 |
The overlay should be bottom-right aligned with the player surface.
|
| MediaOverlayPositionTopLeft | 3 |
The overlay should be top-left aligned with the player surface.
|
| MediaOverlayPositionTopRight | 4 |
The overlay should be top-right aligned with the player surface.
|
| MediaOverlayPositionTop | 5 |
The overlay should be placed centrally in the top of the player surface.
|
| MediaOverlayPositionBottom | 6 |
The overlay should be placed centrally at the bottom of the player surface.
|
| MediaOverlayPositionLeft | 7 |
The overlay should be vertically centered to the left of the player surface.
|
| MediaOverlayPositionRight | 8 |
The overlay should be vertically centered to the right of the player surface.
|
| MediaOverlayPositionUnspecified | 9 |
The overlay will not be placed on screen.
|
See Also