MediaPlayerImageOverlayController Class |
Namespace: Veeplay.overlaycontrollers
The MediaPlayerImageOverlayController type exposes the following members.
Name | Description | |
---|---|---|
MediaPlayerImageOverlayController | Initializes a new instance of the MediaPlayerImageOverlayController class |
Name | Description | |
---|---|---|
addCloseButtonWithParameters | (Inherited from MediaPlayerClosableOverlayController.) | |
addViewToContainer |
Add the overlay to container.
From base class MediaPlayerClosableOverlayController
(Overrides MediaPlayerClosableOverlayControlleraddViewToContainer(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 |
Get opacity level
(Overrides MediaPlayerClosableOverlayControllergetAlpha.) | |
getBitmapImageFromByteArrayAsync | (Inherited from MediaPlayerClosableOverlayController.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
getImageAsync |
get the BitmapImage from the ImageOverlayResourceURL parameter
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
getView |
Get the view holder
| |
hideOverlay |
Hide Overlay
(Overrides MediaPlayerClosableOverlayControllerhideOverlay.) | |
load |
Load control
(Overrides MediaPlayerClosableOverlayControllerload.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
preload |
Preload Image
| |
setBitmap |
set the current bitmap
| |
setBitmapOnView |
display the current bitmap
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
type |
Object Type
(Overrides MediaPlayerClosableOverlayControllertype.) |
Name | Description | |
---|---|---|
ImageOverlay |
Image overlay
| |
ImageOverlayBackgroundColor |
the background color of the overlay. Set this to a String containing the hex color representation. Defaults to Transparent.
| |
ImageOverlayClickthrough |
set this key to a String representing the URL that should be launched when the overlay is tapped.
| |
ImageOverlayClicktracking |
set this key to a List of String objects that will be tracked by the player when the overlay is tapped (see MediaPlayer.trackforEvent(ListString, String, MediaTrackingEventsMediaEventType) ). Note that the ImageOverlayClickthrough key must also be set for tracking to happen.
| |
ImageOverlayErrorURLs |
set this key to a List of String objects that will be tracked by the player when there is an error loading the image (see MediaPlayer.trackforEvent(ListString, String, MediaTrackingEventsMediaEventType) ).
| |
ImageOverlayResourceURL |
String representing the image to be loaded.
| |
ImageOverlayStretchMode |
String representing the possible ways of scaling the image in the overlay surface.
| |
ImageOverlayViewtracking |
set this key to a List of String objects that will be tracked by the player when the overlay is displayed (see MediaPlayer.trackforEvent(ListString, String, MediaTrackingEventsMediaEventType) ).
| |
ImageOverlayWebviewDismissAction |
representing WebView overlay behavior
| |
overlay | (Inherited from MediaPlayerOverlayController.) |