Click or drag to resize
MediaPlayerImageOverlayController Fields

The MediaPlayerImageOverlayController type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberImageOverlay
Image overlay
Public fieldStatic memberImageOverlayBackgroundColor
the background color of the overlay. Set this to a String containing the hex color representation. Defaults to Transparent.
Public fieldStatic memberImageOverlayClickthrough
set this key to a String representing the URL that should be launched when the overlay is tapped.
Public fieldStatic memberImageOverlayClicktracking
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.
Public fieldStatic memberImageOverlayErrorURLs
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) ).
Public fieldStatic memberImageOverlayResourceURL
String representing the image to be loaded.
Public fieldStatic memberImageOverlayStretchMode
String representing the possible ways of scaling the image in the overlay surface.
Public fieldStatic memberImageOverlayViewtracking
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) ).
Public fieldStatic memberImageOverlayWebviewDismissAction
representing WebView overlay behavior
Public fieldoverlay (Inherited from MediaPlayerOverlayController.)
Top
See Also