AppSrc.maxTime

ulong maxTime() @property

Get maxTime property.

Returns

The maximum amount of time that can be queued internally.

After the maximum amount of time are queued, appsrc will emit the "enough-data" signal.

void maxTime(ulong propval) @property

Set maxTime property.

Parameters

propvalThe maximum amount of time that can be queued internally. After the maximum amount of time are queued, appsrc will emit the "enough-data" signal.