Uri.fromString

Parses a URI string into a new gstreamer.Uri object. Will return NULL if the URI cannot be parsed.

class Uri
static
fromString
(
string uri
)

Parameters

uri string

The URI string to parse.

Return Value

Type: Uri

A new gstreamer.Uri object, or NULL.

Meta