Uri.fromString

Parses a URI string into a new #GstUri 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 #GstUri object, or NULL.

Meta