Pipeline.delay

ulong delay() @property nothrow

Get delay property.

Returns

The expected delay needed for elements to spin up to the

PLAYING state expressed in nanoseconds. see gst.pipeline.Pipeline.setDelay for more information on this option.

void delay(ulong propval) @property nothrow

Set delay property.

Parameters

propvalThe expected delay needed for elements to spin up to the PLAYING state expressed in nanoseconds. see gst.pipeline.Pipeline.setDelay for more information on this option.