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