Click or drag to resize
MediaPlayerOverlayController Class
The MediaPlayerOverlayController defines all the methods that a OverlayController subclass must or can implement to be able to register as an overlay controller with the player. This abstract class implements the KRAdapter interface, so objects should also define a unique string type to register under.
Inheritance Hierarchy
SystemObject
  Veeplay.overlaycontrollersMediaPlayerOverlayController
    More...

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

The MediaPlayerOverlayController type exposes the following members.

Constructors
  NameDescription
Protected methodMediaPlayerOverlayController
Initializes a new instance of the MediaPlayerOverlayController class
Top
Methods
  NameDescription
Public methodaddViewToContainer
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
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
Public methodhideOverlay
Public methodload
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
Top
Fields
  NameDescription
Public fieldoverlay
Top
See Also
Inheritance Hierarchy