Click or drag to resize
MediaUnitMediaControlsDisplay Enumeration
Specifies how the controls bar should be displayed for a media unit.

Namespace: Veeplay.media.events
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum MediaControlsDisplay
Members
  Member nameValueDescription
MediaControlsDisplayBottom0 The controls bar should be displayed at the bottom of the player surface.
MediaControlsDisplayTop1 The controls bar should be displayed at the top of the player surface.
MediaControlsDisplayNone2 The controls bar should not be displayed for this unit.
See Also