Click or drag to resize
IMediaPlayerActionDelegate Interface
The MediaPlayerActionDelegate protocol declares the two methods that a class must implement in order to become an MediaPlayer actionDelegate. The object implementing MediaPlayer will receive information about the URLs that need to be executed as the user interacts with the player.

Namespace: Veeplay.utillities
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMediaPlayerActionDelegate

The IMediaPlayerActionDelegate type exposes the following members.

Methods
  NameDescription
Public methodcanRespondTo
Returns a Boolean value indicating whether the receiver is able to interpret and react to the given input URL.
Public methodrespondTo
If the MediaPlayerActionDelegate implementing object returns true from the canRespondTo method for a certain URL, this method will be triggered to request effective execution.
Top
See Also