MediaPlayerTextOverlayController Class |
Namespace: Veeplay.overlaycontrollers
The MediaPlayerTextOverlayController type exposes the following members.
Name | Description | |
---|---|---|
![]() | MediaPlayerTextOverlayController | Initializes a new instance of the MediaPlayerTextOverlayController class |
Name | Description | |
---|---|---|
![]() | addViewToContainer | (Overrides MediaPlayerOverlayControlleraddViewToContainer(Panel).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | getAlpha | (Overrides MediaPlayerOverlayControllergetAlpha.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | getView | (Overrides MediaPlayerOverlayControllergetView.) |
![]() | hideOverlay | (Overrides MediaPlayerOverlayControllerhideOverlay.) |
![]() | load | (Overrides MediaPlayerOverlayControllerload.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | type | (Overrides MediaPlayerOverlayControllertype.) |
![]() | update |
Name | Description | |
---|---|---|
![]() | overlay | (Inherited from MediaPlayerOverlayController.) |
![]() ![]() | TextOverlay | |
![]() ![]() | TextOverlayString |
The String to be rendered.
|
![]() ![]() | TextOverlayStringColor |
Font color for the rendered text. Set this to a String containing the hex color representation. Defaults to Colors.White.
|
![]() ![]() | TextOverlayStringFont |
String indicating the font family to be used.
|
![]() ![]() | TextOverlayStringSize |
Integer indicating the font size to be used. Defaults to 22.
|