Click or drag to resize
MediaPlayerTextOverlayController Class
The MediaPlayerTextOverlayController allows the displaying text on top of video content.
Inheritance Hierarchy
SystemObject
  Veeplay.overlaycontrollersMediaPlayerOverlayController
    Veeplay.overlaycontrollersMediaPlayerTextOverlayController

Namespace: Veeplay.overlaycontrollers
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MediaPlayerTextOverlayController : MediaPlayerOverlayController

The MediaPlayerTextOverlayController type exposes the following members.

Constructors
  NameDescription
Public methodMediaPlayerTextOverlayController
Initializes a new instance of the MediaPlayerTextOverlayController class
Top
Methods
  NameDescription
Public methodaddViewToContainer (Overrides MediaPlayerOverlayControlleraddViewToContainer(Panel).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetAlpha (Overrides MediaPlayerOverlayControllergetAlpha.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetView (Overrides MediaPlayerOverlayControllergetView.)
Public methodhideOverlay (Overrides MediaPlayerOverlayControllerhideOverlay.)
Public methodload (Overrides MediaPlayerOverlayControllerload.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodtype (Overrides MediaPlayerOverlayControllertype.)
Public methodupdate
Top
Fields
  NameDescription
Public fieldoverlay (Inherited from MediaPlayerOverlayController.)
Public fieldStatic memberTextOverlay
Public fieldStatic memberTextOverlayString
The String to be rendered.
Public fieldStatic memberTextOverlayStringColor
Font color for the rendered text. Set this to a String containing the hex color representation. Defaults to Colors.White.
Public fieldStatic memberTextOverlayStringFont
String indicating the font family to be used.
Public fieldStatic memberTextOverlayStringSize
Integer indicating the font size to be used. Defaults to 22.
Top
See Also