Discoverer.connectLoadSerializedInfo

Connect to LoadSerializedInfo signal.

Retrieves information about a URI from and external source of information, like a cache file. This is used by the discoverer to speed up the discovery.

class Discoverer
ulong
connectLoadSerializedInfo
(
T
)
(,
Flag!"After" after = No.After
)
if (
isCallable!T &&
&&
(
Parameters!T.length < 1 ||
(
ParameterStorageClassTuple!T[0] == ParameterStorageClass.none &&
is(Parameters!T[0] == string)
)
)
&&
(
Parameters!T.length < 2 ||
(
ParameterStorageClassTuple!T[1] == ParameterStorageClass.none &&
)
)
&&
Parameters!T.length < 3
)

Parameters

callback T

signal callback delegate or function to connect

gstpbutils.discoverer_info.DiscovererInfo callback(string uri, gstpbutils.discoverer.Discoverer discoverer)

uri THe URI to load the serialized info for (optional)

discoverer the instance the signal is connected to (optional)

Returns The #GstDiscovererInfo representing uri, or null if no information

after Flag!"After"

Yes.After to execute callback after default handler, No.After to execute before (default)

Return Value

Type: ulong

Signal ID