| IMediaPlayerActionDelegate Methods |
The IMediaPlayerActionDelegate type exposes the following members.
| Name | Description | |
|---|---|---|
| canRespondTo |
Returns a Boolean value indicating whether the receiver is able to interpret and react to the given input URL.
| |
| respondTo |
If the MediaPlayerActionDelegate implementing object returns true from the canRespondTo method for a certain URL, this method will be triggered to request effective execution.
|