Discoverer.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gst.types.ClockTime timeout)

Creates a new #GstDiscoverer with the provided timeout.

Parameters

timeouttimeout per file, in nanoseconds. Allowed are values between one second (#GST_SECOND) and one hour (3600 * #GST_SECOND)

Returns

The new #GstDiscoverer.

If an error occurred when creating the discoverer, err will be set accordingly and null will be returned. If err is set, the caller must free it when no longer needed using glib.error.ErrorWrap.free.

Throws