Discoverer.timeout

ulong timeout() @property

Get timeout property.

Returns

The duration (in nanoseconds) after which the discovery of an individual

URI will timeout.

If the discovery of a URI times out, the [gstpbutils.types.DiscovererResult.Timeout] will be set on the result flags.

void timeout(ulong propval) @property

Set timeout property.

Parameters

propvalThe duration (in nanoseconds) after which the discovery of an individual URI will timeout. If the discovery of a URI times out, the [gstpbutils.types.DiscovererResult.Timeout] will be set on the result flags.