Click or drag to resize
IMediaPlayerActionDelegate Methods

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