After the maximum amount of time are queued, appsrc will emit the "enough-data" signal.
AppSrc.maxTime
ulong maxTime() @property nothrowGet maxTime property.
Returns
The maximum amount of time that can be queued internally.
void maxTime(ulong propval) @property nothrowSet maxTime property.
Parameters
propval | 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. |