MediaBuilderconfigureFromURL Method (Uri) |
Configures the builder from a JSON structure.
Warning: This method may execute blocking network I/O on the calling thread.
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool configureFromURL(
Uri url
)
Public Function configureFromURL (
url As Uri
) As Boolean
public:
bool configureFromURL(
Uri^ url
)
member configureFromURL :
url : Uri -> bool
Parameters
- url
- Type: SystemUri
The URL of the JSON structure to load. This can be a remote file or a local file.
Return Value
Type:
Booleantrue on succes
See Also