MediaPlayerClosableOverlayController Class |
Namespace: Veeplay.overlaycontrollers
The MediaPlayerClosableOverlayController type exposes the following members.
Name | Description | |
---|---|---|
![]() | MediaPlayerClosableOverlayController | Initializes a new instance of the MediaPlayerClosableOverlayController class |
Name | Description | |
---|---|---|
![]() | addCloseButtonWithParameters | |
![]() | 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.) |
![]() | getBitmapImageFromByteArrayAsync | |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() ![]() | CloseBackgroundColor |
the background color of the close button view. Set this to a Color or a String containing the hex color representation. Defaults to Transparent.
|
![]() ![]() | CloseFinalAlpha |
A Integer indicating the opacity of the close button after it has been activated for receiving taps. Defaults to 0.7.
|
![]() ![]() | CloseHidden |
Set this key to true to skip displaying the close button for this overlay. Defaults to false.
|
![]() ![]() | CloseImage |
If set to a Image, that image will be used instead of the standard progress-wheel close button.
|
![]() ![]() | CloseInitialAlpha |
A Integer indicating the opacity of the close button before it is activated for receiving taps. Defaults to 0.5.
|
![]() ![]() | CloseOffset |
A Integer that indicates the offset, in seconds, after which the close button should become activated for receiving taps. Defaults to 3.
|
![]() ![]() | CloseOffsetX |
the horizontal offset of the close button, relative to the right margin of the overlay's view. Set this to a Number. Defaults to 0.
|
![]() ![]() | CloseOffsetY |
the vertical offset of the close button, relative to the top margin of the overlay's view. Set this to a Number. Defaults to 0.
|
![]() ![]() | CloseProgressColor |
the color of the circular bar that indicates the currently elapsed time until the close button can be tapped. Set this to a String containing the hex color representation. Defaults to DarkGray.
|
![]() ![]() | CloseProgressTrackColor |
the color of the circular bar that indicates the total time until the close button can be tapped. Set this to a NString containing the hex color representation. Defaults to LightGray.
|
![]() ![]() | CloseSize |
a Number representing the length of a side of the close button square, in points. Defaults to 16.
|
![]() ![]() | CloseTrackingURLs |
A list of URLs that will be tracked by the player when the close button is tapped and the overlay is removed (see MediaPlayer.trackforEvent(ListString, String, MediaTrackingEventsMediaEventType) ).
|
![]() ![]() | CloseXColor |
the color of the X symbol in the center of the player. Set this to a String containing the hex color representation. Defaults to [Color darkGrayColor].
|
![]() | overlay | (Inherited from MediaPlayerOverlayController.) |