Click or drag to resize
IMediaPlayerActionDelegaterespondTo Method
If the MediaPlayerActionDelegate implementing object returns true from the canRespondTo method for a certain URL, this method will be triggered to request effective execution.

Namespace: Veeplay.utillities
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool respondTo(
	string url
)

Parameters

url
Type: SystemString
The URL that needs to be launched.

Return Value

Type: Boolean
true from the canRespondTo method for a certain URL
See Also