MediaPlayerplayVideo Method |
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void playVideo(
string url
)
Public Sub playVideo (
url As String
)
public:
void playVideo(
String^ url
)
member playVideo :
url : string -> unit
Parameters
- url
- Type: SystemString
See Also