Discoverer.discoverUriAsync

Appends the given uri to the list of URIs to discoverer. The actual discovery of the uri will only take place if gstpbutils.discoverer.Discoverer.start has been called.

A copy of uri will be made internally, so the caller can safely glib.global.gfree afterwards.

class Discoverer
bool
discoverUriAsync
(
string uri
)

Parameters

uri string

the URI to add.

Return Value

Type: bool

true if the uri was successfully appended to the list of pending uris, else false