Click or drag to resize
MediaBuilderconfigureFromURL Method (String)
Configures the builder from a JSON structure.

Warning: This method may execute blocking network I/O on the calling thread.

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool configureFromURL(
	string url
)

Parameters

url
Type: SystemString
The URL of the JSON structure to load. This can be a remote file or a local file.

Return Value

Type: Boolean
true on succes
See Also